🚸 improve "hover" and "active" colors

This commit is contained in:
DrMaxNix 2023-07-18 21:11:54 +02:00
parent 3115547a50
commit 674f8b08ea
1 changed files with 2 additions and 2 deletions

View File

@ -464,8 +464,8 @@
--color-light: #00000028;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: #ffffff28;
--color-hover: #ffffff19;
--color-active: #ffffff24;
--color-hover: #ffffff16;
--color-active: #ffffff32;
--color-menu: var(--onedark-bg-light);
--color-card: var(--onedark-bg-light);
--color-markup-table-row: #ffffff06;