first fix

This commit is contained in:
Zewed 2024-04-09 18:22:25 +02:00
parent 7ff9abee1a
commit 5c0724e0ea
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
/* Gold */
--gold: #b8860b;
--gold-lightest: #f0ebdd;;
/* Error */
--dangerous-dark: #e30c17;

View File

@ -32,7 +32,7 @@
&.tutorial {
border-color: var(--gold);
color: var(--gold);
background-color: var(--gold);
background-color: var(--gold-lightest);
}
&.dark {