Swap light and dark backgrounds to add offset by preserve contrast

This commit is contained in:
Ian Gulliver
2019-07-09 16:30:42 +00:00
parent 898e234171
commit 130a208bfc

View File

@@ -7,8 +7,8 @@
--text: #ffffff;
--placeholder: rgba(255,255,255,0.2);
--outline: #323434;
--background: #000000;
--node-background: #080808;
--background: #202020;
--node-background: #000000;
--input: rgba(255,255,255,0.2);
}