Change color in theme picker
This commit is contained in:
parent
e147c67026
commit
33798dd299
1 changed files with 5 additions and 0 deletions
|
@ -73,4 +73,9 @@ a {
|
||||||
|
|
||||||
.home-opaque {
|
.home-opaque {
|
||||||
background-color: rgba(var(--bs-tertiary-bg-rgb), 0.75) !important;
|
background-color: rgba(var(--bs-tertiary-bg-rgb), 0.75) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.active,
|
||||||
|
.dropdown-item.active {
|
||||||
|
background-color: var(--pfl-color) !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue