mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-13 18:17:42 +01:00
brite btn fix
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
// fixes for global skin issues
|
||||
|
||||
// brite text-secondary is white :/
|
||||
.skin-brite .text-secondary {
|
||||
color: var(--bs-secondary-color) !important;
|
||||
.skin-brite {
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user