diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-22 14:37:40 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-22 14:37:40 +0200 |
| commit | 0e551ea2cc652796e9385681516a6bc08b4cf50d (patch) | |
| tree | d50f048d0437a795b738b6d7ec9823ecf2e2ddf0 | |
| parent | e9621bbaa9d7715bcd0462b02e9dec167a3f6015 (diff) | |
Make fonts in footer darker
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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, |
