Add the missing semicolon that broke stuff

This commit is contained in:
endernon 2024-04-04 17:45:11 +00:00
parent 4d18263e3e
commit 3e43e42126

View file

@ -181,7 +181,7 @@
--color-body: #000000;
--color-box-header: #000000;
--color-box-body: #000000;
--color-box-body-highlight: #000000
--color-box-body-highlight: #000000;
--color-text-dark: #ffffff;
--color-text: var(--steel-100);
--color-text-light: var(--steel-150);
@ -200,7 +200,7 @@
--color-light: #00000028;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: #ffffff28;
--color-hover: #222222;
--color-hover: #ffffff;
--color-active: #000000;
--color-menu: var(--steel-700);
--color-card: var(--steel-700);