diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 00:22:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 00:22:20 +0200 |
commit | d8cc0e71556ce80d3446d0dd493cb8d43f51e669 (patch) | |
tree | 8bc1f8d8cc8db843d1f5ae06e0c9abca9cd39254 | |
parent | 55d0fb2f699315ff476a01a5386c63da25652a5e (diff) |
git commit -m inverse color in jumbotron.
-rw-r--r-- | style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |