diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-11 21:25:59 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-11 21:25:59 +0100 |
commit | c210361df7b918680120100c802d9c3ca2c0ee1c (patch) | |
tree | 12af687b508ffa31e6f6f88c0559069c3d77935c | |
parent | f51f312ce2ae721a14fc5848ade1c94c23931a87 (diff) |
Update css h2 color
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index d2df580..6c0a7f5 100644 --- a/static/style.css +++ b/static/style.css @@ -38,7 +38,7 @@ h1 { } h2 { - color: #151515 ; + color: #E1E1E1; text-align: center ; } |