From 1035631a55f48a4c053ca307bc1774b886997f95 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 12 Feb 2024 06:52:19 -0500 Subject: [PATCH] Fix notsuba top bottom bars --- stylesheets/notsuba.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stylesheets/notsuba.css b/stylesheets/notsuba.css index e96bd10a..468871a2 100644 --- a/stylesheets/notsuba.css +++ b/stylesheets/notsuba.css @@ -89,4 +89,12 @@ border-color: #B0C2B9; div.boardlist { color: #608673; +background: #e9d1be; +border-color: #dcae9b; +} + +.bar { +color: #608673; +background: #e9d1be; +border-color: #dcae9b; }