This CSS might be what you want.
For the color, you want to use a colorpicker, there are many you can find on the web.
I used this one:
https://html-color-codes.info/old/colorpicker.html
.zeno_font_resizer_minus:after {
content: '-';
}
.zeno_font_resizer_add:after {
content: '+';
}
div.zeno_font_resizer_container p.zeno_font_resizer a:hover,
div.zeno_font_resizer_container p.zeno_font_resizer a:focus,
div.zeno_font_resizer_container p.zeno_font_resizer a:active {
color: #C69A0A;
}
-
This reply was modified 6 years, 2 months ago by
Marcel Pol.