mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: no transparent header and footer on dark mode
This commit is contained in:
parent
7313f1188a
commit
3072896164
1 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.dark > * {
|
||||
.dark {
|
||||
.navbar.bg-light {
|
||||
background-color: var(--bs-body-bg) !important;
|
||||
}
|
||||
|
|
@ -7,7 +7,9 @@
|
|||
background-color: var(--bs-dark) !important;
|
||||
}
|
||||
|
||||
.description a {
|
||||
color: #159bd4 !important;
|
||||
> * {
|
||||
.description a {
|
||||
color: #159bd4 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue