mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-16 19:47:34 +01:00
brite btn fix
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
// fixes for global skin issues
|
// fixes for global skin issues
|
||||||
|
|
||||||
// brite text-secondary is white :/
|
// brite text-secondary is white :/
|
||||||
.skin-brite .text-secondary {
|
.skin-brite {
|
||||||
color: var(--bs-secondary-color) !important;
|
.btn {
|
||||||
|
// this removes the 3px left margin on buttons in brite skin
|
||||||
|
// without button in the sidebar ontopic.tpl aren't properly
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
.text-secondary {
|
||||||
|
color: var(--bs-secondary-color) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// fix minty buttons
|
// fix minty buttons
|
||||||
|
|||||||
Reference in New Issue
Block a user