tweak: make buttons and links in nav the same color
This commit is contained in:
parent
9fe4656b21
commit
b70325b949
@ -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…
Reference in New Issue
Block a user