diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-09 10:31:08 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-09 10:31:08 +0200 |
commit | a5d78f4613edb8e492a17df872c3f8b05d19b595 (patch) | |
tree | 747d97460a949a09b0a6abf9c74f1f7b994b4b1a /style.scss | |
parent | 94c66bfd5bdce65944d3a14058e1b8578987c737 (diff) |
Topbar image background color transparent to avoid some browsers showing a lightblue padding frame.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -181,6 +181,7 @@ body { top: 0; width: 100%; z-index: -1; + background-color: transparent; } .topbar p { |