X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=9eba7f81b4c02ed960c353cff9e4b595800424bf;hp=b415836e2b84d85a737614ef5a4e118fd8de0aef;hb=2bb72384661517d3df676d3fccc26b7ad1c03ed6;hpb=c913ff649b93e5526cb05bccc268c35bbee7519c diff --git a/www/style.css b/www/style.css index b415836..9eba7f8 100644 --- a/www/style.css +++ b/www/style.css @@ -23,7 +23,8 @@ nav { footer { margin: 0; - padding: 1em; + margin-top: 1em; + padding: 0.5em; display: block; background-color: #1c1c1c; color: #9d9d9d; @@ -34,10 +35,18 @@ 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; } +footer li { + list-style: none; +} + h1 { font-size: 250%; font-weight: bold;