aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 22:06:27 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 22:06:27 +0200
commit003987824f50464110d8bdc5c0c7afae69334793 (patch)
tree74a5dcfb2d6c865c76528f1e386430c0def49477
parentd93bb057e87369c9d4966a72392cd91d5e41933c (diff)
downloadwww-003987824f50464110d8bdc5c0c7afae69334793.tar.gz
www-003987824f50464110d8bdc5c0c7afae69334793.zip
minor color change
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 3bacbea4..a6a8eda9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -64,12 +64,12 @@ code.block {
64 64
65.homepageicon { 65.homepageicon {
66 font-size: 6em; 66 font-size: 6em;
67 color: #419edb; 67 color: #111;
68 text-align: center; 68 text-align: center;
69} 69}
70 70
71.greybox .homepageicon { 71.greybox .homepageicon {
72 color: #555; 72 color: #888;
73} 73}
74 74
75a.btn { 75a.btn {