Skip to content

Commit 1bebdd9

Browse files
fix team theme in dark mode
1 parent f75d89f commit 1bebdd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theming/theme-dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ a {
7979
}
8080
}
8181

82+
.team-member, .input-group-text {
83+
background-color: $background-nav !important;
84+
}
85+
8286
// Universal Box Styling for Dark Mode
8387
.box {
8488
background-color: $panel-bg !important;

0 commit comments

Comments
 (0)