mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
fix: correct the color of the navbar items at the top
This commit is contained in:
parent
dcad361ae7
commit
15b70784f1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ blockquote {
|
||||||
border-left: 4px solid rgba(128, 128, 128, 0.3);
|
border-left: 4px solid rgba(128, 128, 128, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-tabs * .nav-link {
|
||||||
background-color: var(--bs-body-bg) !important;
|
background-color: var(--bs-body-bg) !important;
|
||||||
border-color: rgba(128, 128, 128, 0.3) !important;
|
border-color: rgba(128, 128, 128, 0.3) !important;
|
||||||
border-bottom-color: transparent !important;
|
border-bottom-color: transparent !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue