1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

update contrast hover color (#15625)

This commit is contained in:
Bryan Cunningham
2025-07-16 09:00:23 -04:00
committed by GitHub
parent 6811ea4c0b
commit 21834aeae7

View File

@@ -57,7 +57,7 @@
--color-text-code: 192 17 118;
--color-hover-default: rgb(26 65 172 / 0.1);
--color-hover-contrast: rgb(219 229 246 / 0.15);
--color-hover-contrast: rgb(255 255 255 / 0.15);
--color-marketing-logo: 23 93 220;
@@ -128,7 +128,7 @@
--color-text-code: 255 143 208;
--color-hover-default: rgb(170 195 239 / 0.1);
--color-hover-contrast: rgb(26 39 78 / 0.15);
--color-hover-contrast: rgb(0 0 0 / 0.15);
--color-marketing-logo: 255 255 255;