diff options
Diffstat (limited to 'xombrero.css')
-rw-r--r-- | xombrero.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xombrero.css b/xombrero.css index 88f8e75..3fbc94c 100644 --- a/xombrero.css +++ b/xombrero.css @@ -44,7 +44,7 @@ GtkMenu :insensitive { .entry { padding: 2px; - color: @text_color; + color: black; } #vbox > .entry, @@ -108,7 +108,7 @@ GtkEventBox#blue, #statusbar .entry.progressbar#blue { background-image: none; background-color: @selected_bg_color; - color: @selected_fg_color; + color: black; } .button#Back, |