Improved Theme support
fman has limited support for custom Themes. For instance, this lets you change the font size.
A new fman user asked to be able to change the font color in the location bar (=the address bar). This was previously not possible.
I just released
fman 1.6.6 that
improves this. Now, you can for instance write the following in
Theme.css
:
.locationbar { color: red; }
This makes the text in the location bar red:
Enjoy!