Small fixes and auto-nightmode

This commit is contained in:
2020-12-27 18:25:04 +01:00
parent dc9b5c725e
commit 182662e2e0
4 changed files with 33 additions and 2 deletions

View File

@ -93,6 +93,9 @@
--color-modal: var(--color-white-light1);
--color-modal-text: var(--color-black);
--color-modal-shadow: rgba( 0,0,0, 0.4 );
--color-code: var(--color-white-light2);
--color-code-text: var(--color-black);
}