[Conkeror] [QUERY] Misc. from a newbie
John J Foerch
jjfoerch at earthlink.net
Mon Jul 28 15:32:02 PDT 2008
Joe Fineman <joe_f at verizon.net> writes:
> I have 20/20 vision, but I find the little numbers identifying links
> (white on red background) hard to read at the default magnification;
> it takes close attention to distinguish the digits 3, 6, 8, & 9. I
> can make them legible by zooming, but that is two nuisances. Is there
> some way to change the font to something a little bolder? (Even
> changing the color from white to black might do the job.) In that
> respect, the historical Conkeror was much better.
>
Hi Joe,
I use the following code in my rc to change the style of hint
numbers.
hint_background_color = 'white';
active_hint_background_color = '#00ccff';
// annoying quality of loadAndRegisterSheet: The relative ordering of
// two user or two agent sheets loaded via this API is undefined.
register_user_stylesheet(
"data:text/css," +
escape (
"span.__conkeror_hint {" +
" border: 1px solid #dddddd !important;" +
" color: white !important;" +
" background-color: black !important;" +
"}"));
--
John Foerch
More information about the Conkeror
mailing list