pvbemu/app/theme/light.css

14 lines
353 B
CSS
Raw Normal View History

2021-08-23 23:56:36 +00:00
:root {
--background : #ffffff;
--border-dark : #666666;
--border-light : #aaaaaa;
--border-weak : #aaaaaa;
--border-strong : #666666;
--button : #cccccc;
--button-hover : #d5d5d5;
--button-pressed: #dddddd;
--focus-ring : #0099ff;
--shadow : #00000055;
--text : #000000;
}