X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=457491476a9be233ccadf9ae616b36715c9af3ec;hp=b415836e2b84d85a737614ef5a4e118fd8de0aef;hb=e71f36844771356f5d62bf9436a9e23072e9e165;hpb=c913ff649b93e5526cb05bccc268c35bbee7519c diff --git a/www/style.css b/www/style.css index b415836..4574914 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,10 +35,25 @@ 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; + margin: 0; + padding: 0; +} + +footer ul { + margin: 0; + padding: 0; +} + h1 { font-size: 250%; font-weight: bold;