generated from nhcarrigan/template
fix: tweak the colours a bit
This commit is contained in:
parent
93a2339c92
commit
53aa95c9c2
@ -112,8 +112,8 @@ styles.innerHTML = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--foreground: #db7093;
|
--foreground: #2a0a18;
|
||||||
--background: #ffefefbb;
|
--background: #ffb6c1bb;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -191,8 +191,8 @@ a {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.is-dark {
|
.is-dark {
|
||||||
--foreground: #ffefef;
|
--foreground: #ffb6c1;
|
||||||
--background: #db7093bb;
|
--background: #2a0a18bb;
|
||||||
}
|
}
|
||||||
@media screen and (prefers-reduced-motion) {
|
@media screen and (prefers-reduced-motion) {
|
||||||
#footer-badge-container {
|
#footer-badge-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user