Fixed aggressive background styling
All checks were successful
Publish Library / Build Container (push) Successful in 15s
Publish Library / Build NPM Project (push) Successful in 18s
Publish Library / Tag Version (push) Successful in 8s

This commit is contained in:
2026-07-25 11:25:54 -04:00
parent 7663899759
commit 93f33cf4a5
3 changed files with 8 additions and 7 deletions

View File

@@ -18,6 +18,11 @@
--page-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
:root .theme-dark {
--theme-background: #1a1a1a !important;
--theme-background-contrast: white !important;
}
* { box-sizing: border-box; transition: var(--page-transition); }
html, body {