fix: tweak the colours a bit
Some checks failed
Node.js CI / Lint and Test (push) Successful in 1m12s
Code Analysis / SonarQube (push) Failing after 1m22s

This commit is contained in:
Naomi Carrigan 2025-03-31 15:42:25 -07:00
parent 93a2339c92
commit 53aa95c9c2
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -112,8 +112,8 @@ styles.innerHTML = `
}
:root {
--foreground: #db7093;
--background: #ffefefbb;
--foreground: #2a0a18;
--background: #ffb6c1bb;
}
* {
@ -191,8 +191,8 @@ a {
align-items: center;
}
.is-dark {
--foreground: #ffefef;
--background: #db7093bb;
--foreground: #ffb6c1;
--background: #2a0a18bb;
}
@media screen and (prefers-reduced-motion) {
#footer-badge-container {