From 5cdb31e629edf7d9c307681c95a10eae45cf57cc Mon Sep 17 00:00:00 2001 From: IBBoard Date: Tue, 19 Mar 2019 19:46:57 +0000 Subject: 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. --- css/content.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css') 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; } -- cgit v1.2.3