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