X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=7a965e7cd52031830eabce0b0ce00d2538166908;hp=637ea24e2dab742e6146a8aa7a48165ff09ffd2c;hb=cd1556c5be724fd07f2f9755c41a68482f8cdf48;hpb=c7d18d9a9d6c118c854e12b6e2ab77836a9ea5e8 diff --git a/www/style.css b/www/style.css index 637ea24..7a965e7 100644 --- a/www/style.css +++ b/www/style.css @@ -23,13 +23,23 @@ nav { footer { margin: 0; + margin-top: 1em; padding: 1em; display: block; background-color: #1c1c1c; color: #9d9d9d; + font-size: 80%; } -footer a, footer a:visited, footer a:hover { +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; }