From 0b4386c7608cfa3299c388eb19c3f7a760eb92a9 Mon Sep 17 00:00:00 2001 From: somas95 Date: Thu, 14 Dec 2017 22:14:07 +0100 Subject: [PATCH] Fixed status_bar_box styles --- data/media/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/media/style.css b/data/media/style.css index 4f5cc21..12c7a28 100644 --- a/data/media/style.css +++ b/data/media/style.css @@ -43,7 +43,8 @@ caret-color: @dark_bg; } -.uberwriter_window .text-button{ +.uberwriter_window .text-button, +.uberwriter_window .status_bar_box { color: @dark_bg; } @@ -51,6 +52,7 @@ caret-color: @light_editor_bg; } +.uberwriter_window.dark_mode .status_bar_box, .uberwriter_window.dark_mode .text-button{ color: @light_editor_bg; }