summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-27 00:22:20 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-27 00:22:20 +0200
commitd8cc0e71556ce80d3446d0dd493cb8d43f51e669 (patch)
tree8bc1f8d8cc8db843d1f5ae06e0c9abca9cd39254
parent55d0fb2f699315ff476a01a5386c63da25652a5e (diff)
git commit -m inverse color in jumbotron.
-rw-r--r--style.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index e5015f8..dca40de 100644
--- a/style.scss
+++ b/style.scss
@@ -15,6 +15,8 @@ body {
.jumbotron {
background-image: url('water-768745_1920.jpg');
background-position: center center;
+ background-color: #5bc0de; // "info" in slate theme
+ color: #000;
}
// fill width and height - with black edges as needed