diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:21:05 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:21:05 +0200 |
commit | d90ac8b8be2e33a3ffbf84674d37d1fe7af4cf07 (patch) | |
tree | 64326e24c4eb8b080adc18358d56a8347b9687fe | |
parent | 3f31cba30fcaa2c08a7e7d1c20cbc2b5f48af16b (diff) |
basic footer styling
-rwxr-xr-x | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -49,6 +49,14 @@ color: #d52; color: #FFF; } +/* Footer */ +#backlinks { + color: #FFF; + background-color: #3E5F81; +} +#backlinks a { + color: #FFF; +} /* Tables */ table |