generated from nhcarrigan/template
feat: new colours
This commit is contained in:
parent
db7a34e975
commit
1022316d35
@ -1,13 +1,13 @@
|
|||||||
:root {
|
:root {
|
||||||
--primary-color: #db7093;
|
--primary-color: #2a0a18;
|
||||||
--background-color: #ffefefee;
|
--background-color: #ffb6c1ee;
|
||||||
--sl-color-text-accent: #db7093;
|
--sl-color-text-accent: #2a0a18;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
--primary-color: #ffefef;
|
--primary-color: #ffb6c1;
|
||||||
--background-color: #db7093ee;
|
--background-color: #2a0a18ee;
|
||||||
--sl-color-text-accent: #ffefef;
|
--sl-color-text-accent: #ffb6c1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-frame::before {
|
.main-frame::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user