feat: enable dark theme and theme switcher
Node.js CI / Lint and Test (push) Successful in 1m26s
Code Analysis / SonarQube (push) Failing after 1m29s

This commit is contained in:
2025-03-27 14:51:14 -07:00
parent bd47ff2bb3
commit db7a34e975
5 changed files with 475 additions and 3 deletions
+10
View File
@@ -4,6 +4,12 @@
--sl-color-text-accent: #db7093;
}
html[data-theme="dark"] {
--primary-color: #ffefef;
--background-color: #db7093ee;
--sl-color-text-accent: #ffefef;
}
.main-frame::before {
background: url(https://cdn.nhcarrigan.com/background.png);
background-size: cover;
@@ -71,6 +77,10 @@ footer > div > p {
color: var(--primary-color) !important;
}
starlight-theme-select, starlight-theme-select > label {
color: var(--primary-color) !important;
}
.social-icons::after {
display: none;
}