Add hover style to ghost buttons

This commit is contained in:
TheThomaas 2025-06-03 19:04:45 +02:00
parent d406b07ee7
commit 7a56c72071

View file

@ -76,5 +76,8 @@
--button-bg: transparent;
--button-border-color: transparent;
--button-color: currentColor;
--button-hover-bg: transparent;
--button-hover-bg: color-mix(in srgb, var(--color-neutral-500) 35%, transparent 65%);
--button-hover-color: currentColor;
--button-padding: .2em .4em;
}