added GEORGE underline color
This commit is contained in:
parent
6d08c5bf79
commit
d332f7bcdd
1 changed files with 5 additions and 5 deletions
|
@ -20,16 +20,16 @@ programming (preferably in Rust), Minecraft, conlangs, twisty puzzles, and chess
|
||||||
below to view the GEORGE homepage or access the previous and next members in the ring. GEORGE is inevitable.
|
below to view the GEORGE homepage or access the previous and next members in the ring. GEORGE is inevitable.
|
||||||
</p>
|
</p>
|
||||||
{% if theme == "light" %}
|
{% if theme == "light" %}
|
||||||
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101&c_underline=%230d8101" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
{% elif theme == "contrast" %}
|
{% elif theme == "contrast" %}
|
||||||
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
{% elif theme == "special" %}
|
{% elif theme == "special" %}
|
||||||
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23ffff00&c_fg=%23ff00ff&c_links=%2300ffff&c_george=%2300ff00" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23ffff00&c_fg=%23ff00ff&c_links=%2300ffff&c_george=%2300ff00&c_underline=%2300ff00" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
{% elif theme == "system" %}
|
{% elif theme == "system" %}
|
||||||
<iframe height="50" class="only-theme-dark" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" class="only-theme-dark" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf&c_underline=%23789ebf" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
<iframe height="50" class="only-theme-light" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" class="only-theme-light" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23f6f5f2&c_fg=%2328262b&c_links=%230642c3&c_george=%230d8101&c_underline=%230d8101" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
{% else %}
|
{% else %}
|
||||||
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
<iframe height="50" src="https://george.gh0.pw/embed.cgi?trimill&c_bg=%23242328&c_fg=%23e0dedc&c_links=%2396bf59&c_george=%23789ebf&c_underline=%23789ebf" style="border:none;width:100%;" sandbox="allow-top-navigation"></iframe>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h2>Other places I exist</h2>
|
<h2>Other places I exist</h2>
|
||||||
|
|
Loading…
Reference in a new issue