summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-11 21:25:59 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-11 21:25:59 +0100
commitc210361df7b918680120100c802d9c3ca2c0ee1c (patch)
tree12af687b508ffa31e6f6f88c0559069c3d77935c
parentf51f312ce2ae721a14fc5848ade1c94c23931a87 (diff)
Update css h2 color
-rw-r--r--static/style.css2
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 ;
}