mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 23:57:27 +01:00
11 lines
216 B
SCSS
11 lines
216 B
SCSS
// fixes for global skin issues
|
|
|
|
// brite text-secondary is white :/
|
|
.skin-brite .text-secondary {
|
|
color: var(--bs-secondary-color) !important;
|
|
}
|
|
|
|
// fix minty buttons
|
|
.skin-minty .btn {
|
|
color: initial!important;
|
|
} |