X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=7a965e7cd52031830eabce0b0ce00d2538166908;hp=b415836e2b84d85a737614ef5a4e118fd8de0aef;hb=cd1556c5be724fd07f2f9755c41a68482f8cdf48;hpb=c913ff649b93e5526cb05bccc268c35bbee7519c diff --git a/www/style.css b/www/style.css index b415836..7a965e7 100644 --- a/www/style.css +++ b/www/style.css @@ -23,6 +23,7 @@ nav { footer { margin: 0; + margin-top: 1em; padding: 1em; display: block; background-color: #1c1c1c; @@ -34,7 +35,11 @@ footer a, footer a:visited { text-decoration: none; } -footer a, footer a:visited, footer a:hover { +footer a:hover { + text-decoration: underline; +} + +footer a, footer a:visited, footer a:hover, footer i { color: white; }