water.css/src/variables-light.css

22 lines
606 B
CSS
Raw Normal View History

:root {
2019-10-02 12:03:14 -07:00
--background-body: #fff;
--background: #efefef;
--background-alt: #f7f7f7;
--selection: #9e9e9e;
--text-main: #363636;
2019-10-02 12:03:14 -07:00
--text-bright: #000;
--links: #0076d1;
--focus: #0096bfab;
--border: #dbdbdb;
2019-10-02 12:03:14 -07:00
--code: #000;
--animation-duration: 0.1s;
2019-10-02 12:03:14 -07:00
--button-hover: #ddd;
--scrollbar-thumb: color-mod(var(--button-hover) lightness(-3%));
--scrollbar-thumb-hover: color-mod(var(--button-hover) lightness(-10%));
--form-placeholder: #949494;
2019-10-02 12:03:14 -07:00
--form-text: #000;
2019-06-05 21:33:30 -05:00
--variable: #39a33c;
2019-10-02 12:03:14 -07:00
--highlight: #ff0;
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #161f27);
}