Fixed tab buttons

This commit is contained in:
Mauro Balades
2024-04-15 16:48:31 +02:00
parent 89b882bf59
commit 5431fde32f

View File

@@ -15,7 +15,9 @@ button:active {
transform: scale(0.97);
}
html|button {
html|button:not(:is(
.tab-button, .ghost-button
)) {
transition: .2s;
border-radius: 10px !important;
}