Better background color for light theme

This commit is contained in:
Mikko Ahlroth 2021-01-30 13:15:45 +02:00
parent c2798ef715
commit 1790b05415

View file

@ -7,7 +7,7 @@
*/
:root {
--background-body: #fff;
--background-body: #ccc;
--background: #efefef;
--background-alt: #f7f7f7;
--selection: #9e9e9e;