diff options
author | Marco Peereboom <marco@conformal.com> | 2015-02-12 10:22:43 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2015-02-12 10:22:43 -0600 |
commit | 0439242ccf7426453481294119067b699a6bc9e5 (patch) | |
tree | 2f22936fd9f73bcad5a2194c5e309a1c33e3ec92 | |
parent | d0745c1fd74fc9574a1373aa1e5f21cacb1e7897 (diff) | |
download | xombrero-0439242ccf7426453481294119067b699a6bc9e5.tar.gz |
Revert "make colors somewhate work"
This reverts commit f36afd122e66b4a505509a2e28129fe5e713f728.
-rw-r--r-- | xombrero.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xombrero.css b/xombrero.css index 3fbc94c..88f8e75 100644 --- a/xombrero.css +++ b/xombrero.css @@ -44,7 +44,7 @@ GtkMenu :insensitive { .entry { padding: 2px; - color: black; + color: @text_color; } #vbox > .entry, @@ -108,7 +108,7 @@ GtkEventBox#blue, #statusbar .entry.progressbar#blue { background-image: none; background-color: @selected_bg_color; - color: black; + color: @selected_fg_color; } .button#Back, |