pvbemu/app/theme/light.css

15 lines
418 B
CSS
Raw Normal View History

2021-08-23 23:56:36 +00:00
:root {
2021-08-26 19:23:18 +00:00
--control : #eeeeee;
--control-focus : #cccccc;
--control-shadow : #999999;
2021-08-30 02:14:06 +00:00
--control-text : #000000;
2021-08-26 19:23:18 +00:00
--desktop : #cccccc;
--window-blur : #cccccc;
--window-blur-text : #444444;
2021-08-30 02:14:06 +00:00
--window-close : #ee9999;
--window-close-blur: #d4c4c4;
--window-close-text: #ffffff;
2021-08-26 19:23:18 +00:00
--window-focus : #80ccff;
--window-focus-text: #000000;
2021-08-23 23:56:36 +00:00
}