Skip to content

Commit c718078

Browse files
committed
Fix math/command terminal background being white in dark mode.
1 parent a557bec commit c718078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InterSpec_resources/themes/dark/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.Wt-domRoot, .dialog-layout, .Wt-panel .body {
1+
.Wt-domRoot, .dialog-layout, .Wt-panel .body, textarea {
22
background: rgb(44,45,48) !important;
33
color: white;
44
}

0 commit comments

Comments
 (0)