mirror of
https://github.com/kognise/water.css.git
synced 2026-01-18 02:55:43 +01:00
24 lines
481 B
CSS
24 lines
481 B
CSS
|
|
:root {
|
||
|
|
--background: #ffffff;
|
||
|
|
--background-alt: #efefef;
|
||
|
|
|
||
|
|
--selection: #9e9e9e;
|
||
|
|
|
||
|
|
--text-main: #363636;
|
||
|
|
--text-bright: #000000;
|
||
|
|
|
||
|
|
--links: #0076d1;
|
||
|
|
--focus: #0096bfab;
|
||
|
|
--border: #dbdbdb;
|
||
|
|
--code: #000000;
|
||
|
|
|
||
|
|
--animation-duration: 0.1s;
|
||
|
|
--button-hover: #dddddd;
|
||
|
|
|
||
|
|
--scrollbar-thumb: color-mod(var(--button-hover) lightness(-3%));
|
||
|
|
--scrollbar-thumb-hover: color-mod(var(--button-hover) lightness(-10%));
|
||
|
|
|
||
|
|
--form-placeholder: #949494;
|
||
|
|
--form-text: #000000;
|
||
|
|
}
|