fix css
This commit is contained in:
@ -146,8 +146,13 @@
|
||||
}
|
||||
/* --- Przyciski (dla niezalogowanych) --- */
|
||||
body.light-mode .navbar .btn {
|
||||
margin-left: 0.5rem;
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 0.5rem !important;
|
||||
color: inherit !important;
|
||||
font-size: inherit !important;
|
||||
}
|
||||
body.light-mode .navbar .btn-outline-primary:hover {
|
||||
background-color: #007bff;
|
||||
|
Reference in New Issue
Block a user