Fix button active state
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jannis Portmann 2023-07-09 18:48:47 +02:00
parent c91b1ce803
commit 1feb34c501

View file

@ -59,6 +59,7 @@
--bs-btn-hover-border-color: var(--bg-pfl-color);
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-bg: var(--pfl-color);
--bs-btn-active-color: var(--bs-body-bg);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@ -67,6 +68,9 @@
--bs-btn-hover-bg: var(--bg-pfl-brown);
--bs-btn-color: var(--bs-heading-color);
--bs-btn-hover-color: var(--bs-heading-color);
--bs-btn-active-bg: var(--bg-pfl-brown);
--bs-btn-active-color: var(--bs-heading-color);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bg-pfl {