diff options
| author | LLLL Colonq <llll@colonq> | 2025-06-01 23:24:24 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-06-01 23:24:24 -0400 |
| commit | e26004528aa89b2eae3b033a75ae5926442f8011 (patch) | |
| tree | 623b26e297478dc81de5370a0f58111ff6f8f836 /templates/greencircle/index.html | |
| parent | db1f61d6f5af743e7988a2c2ad91548232cb470f (diff) | |
Fix dark reader
Diffstat (limited to 'templates/greencircle/index.html')
| -rw-r--r-- | templates/greencircle/index.html | 6 |
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> |
