mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
* Add spacing around scrollbar * Fix scrollbar in auto theme and remove color-mod * Add changesets Co-authored-by: Felix Mattick <felix.mattick@gmail.com>
23 lines
595 B
CSS
Executable file
23 lines
595 B
CSS
Executable file
:root {
|
|
--background-body: #fff;
|
|
--background: #efefef;
|
|
--background-alt: #f7f7f7;
|
|
--selection: #9e9e9e;
|
|
--text-main: #363636;
|
|
--text-bright: #000;
|
|
--text-muted: #70777f;
|
|
--links: #0076d1;
|
|
--focus: #0096bfab;
|
|
--border: #dbdbdb;
|
|
--code: #000;
|
|
--animation-duration: 0.1s;
|
|
--button-base: #d0cfcf;
|
|
--button-hover: #9b9b9b;
|
|
--scrollbar-thumb: #aaa;
|
|
--scrollbar-thumb-hover: var(--button-hover);
|
|
--form-placeholder: #949494;
|
|
--form-text: #1d1d1d;
|
|
--variable: #39a33c;
|
|
--highlight: #ff0;
|
|
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #161f27);
|
|
}
|