Fix bootstrap button secondary accessibility

This commit is contained in:
Chocobozzz 2024-09-19 10:34:20 +02:00
parent 7c1498f01c
commit 55d5c0aa7c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ body {
font-family: $main-fonts;
}
.btn-outline-secondary {
--bs-btn-color: #{pvar(--greyForegroundColor)};
}
.flex-auto {
flex: auto;
}