From e26004528aa89b2eae3b033a75ae5926442f8011 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 1 Jun 2025 23:24:24 -0400 Subject: Fix dark reader --- templates/greencircle/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/greencircle/index.html b/templates/greencircle/index.html index 0c6072b..98ec546 100644 --- a/templates/greencircle/index.html +++ b/templates/greencircle/index.html @@ -22,10 +22,8 @@ textPath { fill: black; } - @media (prefers-color-scheme: dark) { - textPath { - fill: white; - } + [data-darkreader-mode="dynamic"] textPath { + fill: white; } -- cgit v1.2.3