Fix button colors
This commit is contained in:
parent
2d14728355
commit
c31530ff62
1 changed files with 6 additions and 0 deletions
|
@ -41,3 +41,9 @@ footer {
|
|||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
--bs-btn-color: var(--text-dark);
|
||||
--bs-btn-bg: var(--bg-light);
|
||||
border-style: none;
|
||||
}
|
||||
|
|
Reference in a new issue