We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fda20c commit 9ae0c1bCopy full SHA for 9ae0c1b
css/darkmode.css
@@ -61,4 +61,20 @@ body.dark {
61
background-color: rgba(255, 255, 255, 0.855);
62
border-radius: 3px;
63
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
80
}
0 commit comments