From 352ea02d6d3286d2e3e83c22421dc12e94d23bbe Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Wed, 26 Jun 2024 04:59:01 -0500 Subject: [PATCH] Fix color being incorrect without javascript --- static/themes/code/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/code/style.css b/static/themes/code/style.css index 4d2c865..fff5fed 100644 --- a/static/themes/code/style.css +++ b/static/themes/code/style.css @@ -6,7 +6,7 @@ body { background: black; } -.mainTitle { +.mainTitle, .mainTitle > span { color: limegreen !important; }