mirror of
https://github.com/kognise/water.css.git
synced 2026-01-06 21:35:43 +01:00
21 lines
606 B
CSS
Executable file
21 lines
606 B
CSS
Executable file
:root {
|
|
--background-body: #fff;
|
|
--background: #efefef;
|
|
--background-alt: #f7f7f7;
|
|
--selection: #9e9e9e;
|
|
--text-main: #363636;
|
|
--text-bright: #000;
|
|
--links: #0076d1;
|
|
--focus: #0096bfab;
|
|
--border: #dbdbdb;
|
|
--code: #000;
|
|
--animation-duration: 0.1s;
|
|
--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;
|
|
--form-text: #000;
|
|
--variable: #39a33c;
|
|
--highlight: #ff0;
|
|
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #161f27);
|
|
}
|