diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-03 16:43:29 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-03 16:43:29 +0200 |
commit | 60fde5a05f0772025e38559e247f12138c8b3b85 (patch) | |
tree | e99cb3de3f32377bb4f484eb86d6f662d7300a0f | |
parent | 41796e31a6355e81a8a4a8855aa4d9c728516f68 (diff) |
Move topbar and footer(=pageinfo) styling from test to style.
-rw-r--r-- | style.scss | 13 | ||||
-rw-r--r-- | test.scss | 5 |
2 files changed, 11 insertions, 7 deletions
@@ -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 { @@ -1,11 +1,6 @@ @import 'h5bp/helpers'; @import 'compass/css3'; -.topbar, -#pageinfo { - background-color: #336699; -} - #content { width: 96%; max-width: none; |