web/layout: better light mode colors for button states

This commit is contained in:
wukko 2025-02-25 13:35:21 +06:00
parent 0f21c9b236
commit 78a4c9adbf
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -121,8 +121,8 @@
--focus-ring: 0 0 0 2px var(--blue) inset; --focus-ring: 0 0 0 2px var(--blue) inset;
--button: #f4f4f4; --button: #f4f4f4;
--button-hover: #e8e8e8; --button-hover: #ededed;
--button-press: #e2e2e2; --button-press: #e8e8e8;
--button-active-hover: #2a2a2a; --button-active-hover: #2a2a2a;
--button-hover-transparent: rgba(0, 0, 0, 0.06); --button-hover-transparent: rgba(0, 0, 0, 0.06);