This commit is contained in:
mr. M
2024-12-28 20:28:07 +01:00
parent f6ef53b565
commit bd2c676c31

View File

@@ -98,14 +98,16 @@ button {
border-radius: 999px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
button.primary {
background: var(--zen-branding-bg-reverse);
color: var(--zen-branding-bg);
background: var(--zen-branding-bg-reverse) !important;
color: var(--zen-branding-bg) !important;
transition: background 0.2s ease-in-out;
&:hover {
background: var(--zen-branding-bg-reverse);
background: color-mix(in srgb, var(--zen-branding-bg-reverse) 80%, transparent 20%) !important;
}
}