mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 21:17:05 +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
604 B
CSS
Executable file
23 lines
604 B
CSS
Executable file
:root {
|
|
--background-body: #202b38;
|
|
--background: #161f27;
|
|
--background-alt: #1a242f;
|
|
--selection: #1c76c5;
|
|
--text-main: #dbdbdb;
|
|
--text-bright: #fff;
|
|
--text-muted: #a9b1ba;
|
|
--links: #41adff;
|
|
--focus: #0096bfab;
|
|
--border: #526980;
|
|
--code: #ffbe85;
|
|
--animation-duration: 0.1s;
|
|
--button-base: #0c151c;
|
|
--button-hover: #040a0f;
|
|
--scrollbar-thumb: var(--button-hover);
|
|
--scrollbar-thumb-hover: #3b4d5c;
|
|
--form-placeholder: #a9a9a9;
|
|
--form-text: #fff;
|
|
--variable: #d941e2;
|
|
--highlight: #efdb43;
|
|
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #efefef);
|
|
}
|