summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-27 00:24:06 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-27 00:24:06 +0200
commit9768ed711241090529c874b52a4ee2a66cccd2f9 (patch)
tree9165299222c9b87545bfc1b51bba89ab8bb7a873
parentd8cc0e71556ce80d3446d0dd493cb8d43f51e669 (diff)
White background for jumbotron (when not loading image).
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index dca40de..a8405ef 100644
--- a/style.scss
+++ b/style.scss
@@ -15,7 +15,7 @@ body {
.jumbotron {
background-image: url('water-768745_1920.jpg');
background-position: center center;
- background-color: #5bc0de; // "info" in slate theme
+ background-color: #fff;
color: #000;
}