From 46b1aac2d09bb5601fd67c0e18e0efcbbc249f87 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Wed, 22 Nov 2023 22:14:16 -0500 Subject: [PATCH] Fix main action text in dark mode --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 9dac7bf..0c07c83 100644 --- a/src/style.css +++ b/src/style.css @@ -33,6 +33,7 @@ } .sp-container .card { + color: white; background: #1d1d1d !important; border: 1px solid #303030; }