generated from nhcarrigan/template
feat: enable dark theme and theme switcher
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user