the GEORGE navigation now features customizable colors. they are controlled by URL parameters.
here is the canonical GEORGE embed:
<iframe height="50" src="https://george.gh0.pw/embed.cgi?member" style="border:none;width:100%;"></iframe>
to customize the colors, simply add color customization URL parameters like so:
<iframe height="50" src="https://george.gh0.pw/embed.cgi?member&c_links=red&c_george=lightgreen" style="border:none;width:100%;"></iframe>
this makes the navigation links red and GEORGE green.
there are 4 customizable colors:
c_bg- background colorc_fg- text colorc_links- navigation link colorsc_george- the color of GEORGE
CSS named colors (e.g. red, green, blue) and hex colors (e.g. #FF0000, #00FF00, #0000FF) are permitted. you will have to escape # as %23.
ensure that foreground and background colors sufficiently contrast or you will be apified.
recommendation: remove any background color styles that you may have applied to the iframe