water.css/src/variables-light.css

24 lines
595 B
CSS
Raw Normal View History

:root {
2019-10-02 12:03:14 -07:00
--background-body: #fff;
2021-08-11 14:43:14 -04:00
--background: #efefef;
--background-alt: #f7f7f7;
--selection: #9e9e9e;
--text-main: #363636;
2019-10-02 12:03:14 -07:00
--text-bright: #000;
2020-05-30 19:42:16 -05:00
--text-muted: #70777f;
--links: #0076d1;
--focus: #0096bfab;
--border: #dbdbdb;
2019-10-02 12:03:14 -07:00
--code: #000;
--animation-duration: 0.1s;
--button-base: #d0cfcf;
--button-hover: #9b9b9b;
--scrollbar-thumb: #aaa;
--scrollbar-thumb-hover: var(--button-hover);
--form-placeholder: #949494;
2021-08-11 14:43:14 -04:00
--form-text: #1d1d1d;
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);
}