summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIBBoard <github@ibboard.co.uk>2019-03-19 19:46:57 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-20 07:53:18 +0100
commit5cdb31e629edf7d9c307681c95a10eae45cf57cc (patch)
tree2af37a3e8e283737a39669c30e7805274d650343
parent84af098d01325c9e757fad403653a01ab71af67f (diff)
Put background back on news title
Fixes the lack of background on the news item title when scrolling, which makes the content unreadable and defeats the idea of the sticky title (#450), by putting the colour back that was removed in e4da0957.
-rw-r--r--css/content.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index 1bca3040f..862b8ddaa 100644
--- a/css/content.css
+++ b/css/content.css
@@ -225,6 +225,7 @@
-webkit-position: sticky;
position: sticky;
top: 50px;
+ background-color: var(--color-main-background);
min-height: 41px;
opacity: 0.9;
}