summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-22 14:37:40 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-22 14:37:40 +0200
commit0e551ea2cc652796e9385681516a6bc08b4cf50d (patch)
treed50f048d0437a795b738b6d7ec9823ecf2e2ddf0
parente9621bbaa9d7715bcd0462b02e9dec167a3f6015 (diff)
Make fonts in footer darker
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index e8df0ab..c2f6b78 100644
--- a/style.css
+++ b/style.css
@@ -262,7 +262,7 @@ label:first-line {
262} 262}
263 263
264#footer { 264#footer {
265 color: #8E99A0; 265 color: #787970;
266} 266}
267 267
268/* Shadows between sections give the user a sense of depth between 268/* Shadows between sections give the user a sense of depth between
@@ -561,7 +561,7 @@ select.zeit {
561/* Footer links have a softer color than in block 1 */ 561/* Footer links have a softer color than in block 1 */
562#footer a:link, 562#footer a:link,
563#footer a:visited { 563#footer a:visited {
564 color: #8E99A0; 564 color: #787970;
565} 565}
566 566
567#footer .partner a:link, 567#footer .partner a:link,