mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
tweak: make buttons and links in nav the same color
This commit is contained in:
parent
9fe4656b21
commit
b70325b949
2 changed files with 16 additions and 0 deletions
|
|
@ -12,4 +12,12 @@
|
||||||
color: #159bd4 !important;
|
color: #159bd4 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> * {
|
||||||
|
.nav-item {
|
||||||
|
.btn.btn-transparent {
|
||||||
|
color: rgba(250,250,250,.55);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -6,4 +6,12 @@
|
||||||
.description a {
|
.description a {
|
||||||
color: var(--bs-primary) !important;
|
color: var(--bs-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> * {
|
||||||
|
.nav-item {
|
||||||
|
.btn.btn-transparent {
|
||||||
|
color: rgba(0,0,0,.55);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue