From 3ff6f6e421aa9fdc8731a08c903aa9c7950257d8 Mon Sep 17 00:00:00 2001 From: tobi Date: Fri, 30 May 2025 12:14:17 +0200 Subject: [bugfix/frontend] Fix text-shadow on dark mode themes (#4216) Just deals with a few remaining straggler bits of css fuckery that I introduced in https://codeberg.org/superseriousbusiness/gotosocial/pulls/4201 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4216 Co-authored-by: tobi Co-committed-by: tobi --- web/assets/themes/rain-forest.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/assets/themes/rain-forest.css') diff --git a/web/assets/themes/rain-forest.css b/web/assets/themes/rain-forest.css index 62763cec3..aad7d4669 100644 --- a/web/assets/themes/rain-forest.css +++ b/web/assets/themes/rain-forest.css @@ -7,6 +7,9 @@ color names as reference v1.0 by xmgz at github */ +/* Use dark code highlights. */ +@import url("../dist/_prism-dark.css"); + :root { /* color definitions */ --dgreen1: #003333; -- cgit v1.3