From 60fde5a05f0772025e38559e247f12138c8b3b85 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 3 Apr 2016 16:43:29 +0200 Subject: Move topbar and footer(=pageinfo) styling from test to style. --- style.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 988dab7..b2f198a 100644 --- a/style.scss +++ b/style.scss @@ -157,7 +157,7 @@ body { height: 10em; margin: 0; padding: 1.5em 0; - background-color: lightblue; + background-color: #336699; text-transform: uppercase; letter-spacing: 1px; // position: absolute; @@ -165,6 +165,7 @@ body { // right: 0; } + //styling of background image.// .topbar .imgframe { @extend .topbar; @@ -424,6 +425,7 @@ th { @include no-bullets; padding: 0; } +// to secure readability with current colors. img { height: auto; float: none; @@ -455,7 +457,14 @@ th { margin: 0; border-top: 0; padding:1em 1em 1em 20px; - background-color: lightblue; + background-color: #336699; + color: LightBlue; + a { + color: LightBlue; + &:hover { + color: white; + } + } } .pagedate { -- cgit v1.2.3