diff --git a/themes/TinkerSoc/static/css/style.css b/themes/TinkerSoc/static/css/style.css index 9e2c931..086e7c9 100755 --- a/themes/TinkerSoc/static/css/style.css +++ b/themes/TinkerSoc/static/css/style.css @@ -23,6 +23,12 @@ body { margin: 0; min-height: 100%; font-family: 'Noto Serif', serif; + background-color: #333; + color: white; +} + +a:visited, a:active, a { + color: inherit; } iframe:not(#fb_like_button) { @@ -33,7 +39,7 @@ iframe:not(#fb_like_button) { nav { width: 100%; - background-color: #333; + background-color: #2d2d2d; color: #fff; } @@ -186,7 +192,7 @@ nav ul * svg { nav .sub { display: none; position: absolute; - background-color: #333; + background-color: #2d2d2d; min-width: 160px; z-index: 1; margin-left: 0em; @@ -262,7 +268,7 @@ nav ul * svg { } li.sub-menu.active { - background-color: #333; + background-color: #2d2d2d; } .sub { @@ -271,7 +277,7 @@ nav ul * svg { } .sub-menu:hover { - background-color: #333; + background-color: #2d2d2d; } .sub-menu ul li { @@ -334,7 +340,7 @@ article h4, article h5, article h6 { } h1 a:visited, h1 a:active h1 , h1 a { - color: #000; + color: inherit; text-decoration: none; font-size: 150%; } @@ -363,7 +369,7 @@ figure figcaption { bottom: 0; left: 0; right: 0; - background: #333; + background: #2d2d2d; text-align: center; color: #fff; padding: 10px;