feat: update theme colours
Code Analysis / SonarQube (push) Failing after 18s
Node.js CI / Lint and Test (push) Failing after 29s

This commit is contained in:
2025-09-03 16:17:49 -07:00
parent d3560a3066
commit 7ae52ae521
+6 -6
View File
@@ -1,13 +1,13 @@
:root { :root {
--primary-color: #2a0a18; --primary-color: #8F2447;
--background-color: #ffb6c1ee; --background-color: #E1F6F9DC;
--sl-color-text-accent: #2a0a18; --sl-color-text-accent: #8F2447;
} }
html[data-theme="dark"] { html[data-theme="dark"] {
--primary-color: #ffb6c1; --primary-color: #E1F6F9;
--background-color: #2a0a18ee; --background-color: #8F2447ee;
--sl-color-text-accent: #ffb6c1; --sl-color-text-accent: #E1F6F9;
} }
.main-frame::before { .main-frame::before {