Add the missing semicolon that broke stuff
This commit is contained in:
parent
4d18263e3e
commit
3e43e42126
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue