summaryrefslogtreecommitdiff
path: root/web/assets/themes/ecks-pee.css
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-30 12:14:17 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-05-30 12:14:17 +0200
commit3ff6f6e421aa9fdc8731a08c903aa9c7950257d8 (patch)
treeac6f2c29cf9390b0d7045cd723e2743bb1e15b5a /web/assets/themes/ecks-pee.css
parent[feature/frontend] Respect color scheme preference for highlighted code block... (diff)
downloadgotosocial-3ff6f6e421aa9fdc8731a08c903aa9c7950257d8.tar.xz
[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 <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'web/assets/themes/ecks-pee.css')
-rw-r--r--web/assets/themes/ecks-pee.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/assets/themes/ecks-pee.css b/web/assets/themes/ecks-pee.css
index b76f16b54..ee7e18f51 100644
--- a/web/assets/themes/ecks-pee.css
+++ b/web/assets/themes/ecks-pee.css
@@ -3,6 +3,9 @@
theme-description: Looks suspiciously like a certain operating system
*/
+/* Use dark code highlights. */
+@import url("../dist/_prism-dark.css");
+
:root {
/* Define our color palette */
--ecks-pee-blurple: #3833ac;