diff options
author | Marco Peereboom <marco@conformal.com> | 2015-01-08 11:50:56 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2015-01-08 11:50:56 -0600 |
commit | f36afd122e66b4a505509a2e28129fe5e713f728 (patch) | |
tree | 855ea185cc4fede18f456f1927bb445d976d157e | |
parent | dccf3789b32f80c8d0fb065a8ead8ad2bd4e6f43 (diff) | |
download | xombrero-f36afd122e66b4a505509a2e28129fe5e713f728.tar.gz |
make colors somewhate work
-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, |