Removed leftovers from testing stage

This commit is contained in:
MarshDeer 2022-04-23 12:58:50 -04:00
parent f97c83e9ee
commit d475fbaa7a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
body {
--bg_color: #1d2021 !important;
--bg_color: #1d2021;
--fg_color: #ebdbb2;
--fg_faded: #a89984;
--fg_dark: var(--fg_faded);

View File

@ -1,5 +1,5 @@
body {
--bg_color: #fbf1c7 !important;
--bg_color: #fbf1c7;
--fg_color: #3c3836;
--fg_faded: #7c6f64;
--fg_dark: var(--fg_faded);