Skip to content

Commit d61d226

Browse files
Dark mode fixes
Fixes button hover and subject line text in dark mode
1 parent 9d71fec commit d61d226

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

userChrome.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,16 @@ tr.table-layout.selected.current {
843843
}
844844
}
845845

846+
.toolbarbutton-1:hover {
847+
background-color: #272727 !important;
848+
}
849+
850+
851+
.thread-card-subject-container {
852+
color: #d1d1d1;
853+
font-size: 0.96rem !important;
854+
}
855+
846856
.notification-button .button-text,
847857
.notification-button .button-icon {
848858
color: black !important;

0 commit comments

Comments
 (0)