Fix .icon-white to use --body-bg CSS variable for proper theming
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -14609,7 +14609,7 @@ li.current a {
|
||||
}
|
||||
|
||||
.icon-white {
|
||||
color: var(--body-color);
|
||||
color: var(--body-bg);
|
||||
}
|
||||
|
||||
.input-group-text::before {
|
||||
|
||||
Reference in New Issue
Block a user