mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-19 07:50:56 +01:00
Fix dark theme detection when <html> has multiple classes (#747)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
:root[class="p-dark"] {
|
||||
:root[class~="p-dark"] {
|
||||
--primary-text-color: var(--p-primary-400);
|
||||
--primary-text-color-dark: var(--p-primary-900);
|
||||
--primary-color: var(--p-primary-color);
|
||||
|
||||
Reference in New Issue
Block a user