diff options
Diffstat (limited to 'templates/greencircle')
| -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> |
