From 70882b46fdabefa17c1b33b01ac13b672cfa43bb Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 8 Jan 2024 22:08:06 +0000 Subject: [PATCH] don't put white-on-yellow --- ext/static_files/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/static_files/style.css b/ext/static_files/style.css index 2d744303..821e0395 100644 --- a/ext/static_files/style.css +++ b/ext/static_files/style.css @@ -24,6 +24,7 @@ H3[class~="shm-toggler"] { #flash { background: #FF7; + color: #444; display: block; padding: 8px; margin: 8px;