Skip to content

Commit 9ae0c1b

Browse files
authored
fix: update status window colors in dark mode (#5773)
1 parent 2fda20c commit 9ae0c1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

css/darkmode.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,20 @@ body.dark {
6161
background-color: rgba(255, 255, 255, 0.855);
6262
border-radius: 3px;
6363
padding: 2px;
64+
}
65+
66+
/* Window table colors for dark mode */
67+
.dark .windowFrame td {
68+
background-color: #022363 !important;
69+
color: #eeeeee !important;
70+
}
71+
72+
.dark .windowFrame td.headcol {
73+
background-color: #363636 !important;
74+
color: #ffffff !important;
75+
}
76+
77+
/* Ensure bold text in cells is also light colored */
78+
.dark .windowFrame td b {
79+
color: #ffffff !important;
6480
}

0 commit comments

Comments
 (0)