X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=37bd32461294aa493d8386a99a97f8baa022acd3;hp=15407866b51a30c3e87f8f60142662cf0fb462fe;hb=ea30002b4e0022eeec935ecbaaf25383e54b5ba4;hpb=5f3736670824aecdf2746004c0e2effbc58dfeed diff --git a/www/style.css b/www/style.css index 1540786..37bd324 100644 --- a/www/style.css +++ b/www/style.css @@ -21,12 +21,20 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; +} + h1 { font-size: 250%; font-weight: bold; } -nav h1 { +#header h1 { margin: 0; margin-top: 0.5em; margin-left: 2rem; @@ -79,6 +87,11 @@ nav a, nav a:hover, nav a:visited { color: inherit; } +h1 a, h1 a:hover, h1 a:visited { + text-decoration: none; + color: inherit; +} + nav a:hover { border-bottom-style: solid; border-bottom-width: 2px;