From 54e27a6f992e576e11e154f1db620378735b61da Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Sat, 12 Dec 2015 16:31:35 -0500 Subject: [PATCH] Mimir --- src/css/mimir.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/css/mimir.css b/src/css/mimir.css index 376ec387..975d0dfa 100644 --- a/src/css/mimir.css +++ b/src/css/mimir.css @@ -41,9 +41,9 @@ body { left: 0px; top: 42px; text-align: center; - background-image:linear-gradient(#777 20%, #445 100%); + background-color: white; + border-bottom: 1px dotted black; vertical-align: bottom; - box-shadow: 2px 2px 5px #666; margin-bottom: 0px; } .header_menu li { @@ -56,11 +56,15 @@ body { font-style: normal; font-variant: normal; font-weight: normal; - color: white; + color: black; display: inline-block; text-shadow: 2px 0px 5px black; } +.header_menu li:hover { + background-color: #ddd; +} + h1 h2 h3 h4 h5 h6 { font-family: DINWebBold, 'Trebuchet MS', sans-serif; font-weight: bold; @@ -77,11 +81,6 @@ h2 { font-size: 35px; } -.header_menu li:hover { - background-image:linear-gradient(#ccd 20%, #90add4 100%); - color: black; -} - .content { width: 100%; text-align: center;