From 785181b898fa47b87fc3a11486e2c2daaae21db4 Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Sat, 4 Sep 2021 07:38:32 +0100 Subject: [PATCH] fix #231 --- stackoverflow-dark.user.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stackoverflow-dark.user.css b/stackoverflow-dark.user.css index 64f3d84f..7e6bfd3d 100644 --- a/stackoverflow-dark.user.css +++ b/stackoverflow-dark.user.css @@ -787,6 +787,9 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") { .timeline .readings .readings-list .readings-item { background: #151515 !important; } + .js-announcement-banner.bg-black-700 { + background-color: #444777 !important; + } .timeline .readings .readings-list .readings-item .readings-image { background: #444; }