X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=7a965e7cd52031830eabce0b0ce00d2538166908;hp=7b2d34b5b582f0d8669ea0dc4cc3c856af34dd00;hb=cd1556c5be724fd07f2f9755c41a68482f8cdf48;hpb=3e957c3742892aeb9c7bd248bc074e73512fef6c diff --git a/www/style.css b/www/style.css index 7b2d34b..7a965e7 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,28 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + margin-top: 1em; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; + font-size: 80%; +} + +footer a, footer a:visited { + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +} + +footer a, footer a:visited, footer a:hover, footer i { + color: white; +} + h1 { font-size: 250%; font-weight: bold;