1
0
mirror of https://github.com/kognise/water.css.git synced 2025-04-23 18:52:44 +02:00

changed hover color closer to base color

This commit is contained in:
Himanshu 2020-10-20 11:53:55 +05:30
parent 83e916f66c
commit 3430e4d409
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"water.css": patch
---
changed hover color close to base color

View File

@ -11,7 +11,7 @@
--border: #526980;
--code: #ffbe85;
--animation-duration: 0.1s;
--button-hover: #324759;
--button-hover: #0a121a;
--scrollbar-thumb: var(--button-hover);
--scrollbar-thumb-hover: color-mod(var(--scrollbar-thumb) lightness(+8%));
--form-placeholder: #a9a9a9;