drobne zmiany

This commit is contained in:
Mateusz Gruszczyński
2025-03-17 11:13:54 +01:00
parent 14bf893cb0
commit 26a9d803a1
4 changed files with 18 additions and 7 deletions

View File

@ -154,4 +154,15 @@ h3 { font-size: 0.9rem; margin-bottom: 0.6rem; }
color: #ffffff !important;
font-weight: bold;
font-size: 1.25rem;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus,
.btn-primary.active {
background-color: #2d2c2c !important;
border-color: #ffeb3b !important;
color: #ffffff !important;
box-shadow: none;
outline: none;
}