feat: colours
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m13s
Code Analysis / SonarQube (push) Successful in 1m14s

This commit is contained in:
Naomi Carrigan 2025-03-01 00:25:23 -08:00
parent 7692d2a757
commit 543edcf899
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -1,7 +1,7 @@
:root { :root {
--primary-color: #04624f; --primary-color: #db7093;
--background-color: #abfcecdd; --background-color: #ffefefee;
--sl-color-text-accent: #04624f; --sl-color-text-accent: #db7093;
} }
.main-frame::before { .main-frame::before {
@ -15,7 +15,6 @@
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
right: 0;
bottom: 0; bottom: 0;
opacity: 1; opacity: 1;
pointer-events: none; pointer-events: none;