haldis/app/static/css/themes/lowPerformance/lightmode.css
2019-12-05 19:39:35 +01:00

13 lines
220 B
CSS

/*lightmode*/
:root {
/*Darkmode colors*/
--dGray0:#444444;
--dGray1:#666666;
--dGray2:#212121;
--dGray3:#ffffff;
--dGray4:#f9f9f9;
--dGray5:#ffffff;
--dGray6:#ffffff;
--dBlue:#0A84FF;
}