mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 04:57:04 +01:00
added contrast in buttons
This commit is contained in:
parent
83e916f66c
commit
eac795d1d8
3 changed files with 16 additions and 11 deletions
|
|
@ -1,6 +1,7 @@
|
|||
:root {
|
||||
--background-body: #fff;
|
||||
--background: #efefef;
|
||||
--background: #e2e2e2;
|
||||
--background-btn: #d0cfcf;
|
||||
--background-alt: #f7f7f7;
|
||||
--selection: #9e9e9e;
|
||||
--text-main: #363636;
|
||||
|
|
@ -11,11 +12,11 @@
|
|||
--border: #dbdbdb;
|
||||
--code: #000;
|
||||
--animation-duration: 0.1s;
|
||||
--button-hover: #ddd;
|
||||
--button-hover: rgb(170, 170, 170);
|
||||
--scrollbar-thumb: color-mod(var(--button-hover) lightness(-3%));
|
||||
--scrollbar-thumb-hover: color-mod(var(--button-hover) lightness(-10%));
|
||||
--form-placeholder: #949494;
|
||||
--form-text: #000;
|
||||
--form-text: rgb(29, 29, 29);
|
||||
--variable: #39a33c;
|
||||
--highlight: #ff0;
|
||||
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #161f27);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue