mirror of
https://github.com/kognise/water.css.git
synced 2026-01-26 06:47:56 +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-dark.css
Executable file
23
src/variables-dark.css
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
:root {
|
||||
--background: #202b38;
|
||||
--background-alt: #161f27;
|
||||
|
||||
--selection: #161f27;
|
||||
|
||||
--text-main: #dbdbdb;
|
||||
--text-bright: #ffffff;
|
||||
|
||||
--links: #41adff;
|
||||
--focus: #0096bfab;
|
||||
--border: #dbdbdb;
|
||||
--code: #ffbe85;
|
||||
|
||||
--animation-duration: 0.1s;
|
||||
--button-hover: #324759;
|
||||
|
||||
--scrollbar-thumb: var(--button-hover);
|
||||
--scrollbar-thumb-hover: color-mod(var(--scrollbar-thumb) lightness(+8%));
|
||||
|
||||
--form-placeholder: #a9a9a9;
|
||||
--form-text: #ffffff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue