summaryrefslogtreecommitdiff
path: root/templates/greencircle
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-06-01 23:24:24 -0400
committerLLLL Colonq <llll@colonq>2025-06-01 23:24:24 -0400
commite26004528aa89b2eae3b033a75ae5926442f8011 (patch)
tree623b26e297478dc81de5370a0f58111ff6f8f836 /templates/greencircle
parentdb1f61d6f5af743e7988a2c2ad91548232cb470f (diff)
Fix dark reader
Diffstat (limited to 'templates/greencircle')
-rw-r--r--templates/greencircle/index.html6
1 files 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;
}
</style>
<defs>