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