mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 04:25:45 +01:00
feat: rename .scss -> .css and use color-mod()
This commit is contained in:
parent
da5e8fd653
commit
1efce0e559
20 changed files with 40 additions and 106 deletions
23
src/variables-light.css
Executable file
23
src/variables-light.css
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
: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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue