X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fstyle.css;h=637ea24e2dab742e6146a8aa7a48165ff09ffd2c;hb=c7d18d9a9d6c118c854e12b6e2ab77836a9ea5e8;hp=14d1e660984136e53c767f4d25959e597819d09a;hpb=c266644d70f98831bdf25b8db43cd0bee3f569a8;p=www.git diff --git a/www/style.css b/www/style.css index 14d1e66..637ea24 100644 --- a/www/style.css +++ b/www/style.css @@ -21,6 +21,18 @@ nav { color: #9d9d9d; } +footer { + margin: 0; + padding: 1em; + display: block; + background-color: #1c1c1c; + color: #9d9d9d; +} + +footer a, footer a:visited, footer a:hover { + color: white; +} + h1 { font-size: 250%; font-weight: bold; @@ -79,6 +91,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;