From e44b30717e5185fffa201808a590eee806fa2fc3 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 28 Jun 2024 09:20:39 +0200 Subject: [PATCH] Light : correct dropdowns to white --- homepage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/style.css b/homepage/style.css index cac7810..ecc72d7 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -868,7 +868,7 @@ form#views button .updatenumber { } .testbtn { - background:#9fe29b !important; + background: white !important; } pre.bash {