From d8cc0e71556ce80d3446d0dd493cb8d43f51e669 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 27 Mar 2017 00:22:20 +0200 Subject: git commit -m inverse color in jumbotron. --- style.scss | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3