diff --git a/css/darkmode.css b/css/darkmode.css index 568284df28..201c080807 100644 --- a/css/darkmode.css +++ b/css/darkmode.css @@ -61,4 +61,20 @@ body.dark { background-color: rgba(255, 255, 255, 0.855); border-radius: 3px; padding: 2px; +} + +/* Window table colors for dark mode */ +.dark .windowFrame td { + background-color: #022363 !important; + color: #eeeeee !important; +} + +.dark .windowFrame td.headcol { + background-color: #363636 !important; + color: #ffffff !important; +} + +/* Ensure bold text in cells is also light colored */ +.dark .windowFrame td b { + color: #ffffff !important; } \ No newline at end of file