X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=7b2d34b5b582f0d8669ea0dc4cc3c856af34dd00;hp=15407866b51a30c3e87f8f60142662cf0fb462fe;hb=100fa8ff715a4431da75c3225e1c79db9fa6ed16;hpb=5f3736670824aecdf2746004c0e2effbc58dfeed diff --git a/www/style.css b/www/style.css index 1540786..7b2d34b 100644 --- a/www/style.css +++ b/www/style.css @@ -26,7 +26,7 @@ h1 { font-weight: bold; } -nav h1 { +#header h1 { margin: 0; margin-top: 0.5em; margin-left: 2rem; @@ -79,6 +79,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;