| [email protected] (Brett Mahar), 2014.10.22 (Wed) 03:11 (CEST):
| > Since I last upgraded my amd64-current machine the xombrero search bar
| > and the link bar are unreadable, with white font on white background.
|
| Same here, I messed with /usr/local/share/xombrero/xombrero.css, got it
| somewhat working and then switched to dwb. Learning keyboard shortcuts
| at the moment...
|
| Bye, Marcus
Hi ports,
Thanks to Marcus I knew where to look, changing
/usr/local/share/xombrero/xombrero.css got it working.
old:
.entry {
padding: 2px;
color: @text_color;
}
new:
.entry {
padding: 2px;
color: black;
}
Brett.