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
+7 -7
View File
@@ -1,13 +1,13 @@
:root {
--primary-color: #2a0a18;
--background-color: #ffb6c1ee;
--sl-color-text-accent: #2a0a18;
--primary-color: #8F2447;
--background-color: #E1F6F9DC;
--sl-color-text-accent: #8F2447;
}
html[data-theme="dark"] {
--primary-color: #ffb6c1;
--background-color: #2a0a18ee;
--sl-color-text-accent: #ffb6c1;
--primary-color: #E1F6F9;
--background-color: #8F2447ee;
--sl-color-text-accent: #E1F6F9;
}
.main-frame::before {
@@ -113,4 +113,4 @@ starlight-theme-select, starlight-theme-select > label {
#tree-nation-offset-website {
display: inline;
margin: 0 !important;
}
}