Give this div an id, #theme_links.

master
voussoir 2021-06-04 21:36:17 -07:00
parent 47c4790d36
commit adb691405c
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ body
margin: 0;
}
body > #motd,
body > div,
body > #theme_links,
body > .nice_link
{
width: 90%;
max-width: 600px;
}
body > div
#theme_links
{
display: grid;
grid-auto-flow: column;
@ -77,7 +77,7 @@ body > div
{% else %}
<a class="nice_link" href="/login">Log in</a>
{% endif %}
<div>
<div id="theme_links">
<a class="nice_link" href="/?theme=turquoise">Turquoise</a>
<a class="nice_link" href="/?theme=slate">Slate</a>
<a class="nice_link" href="/?theme=pearl">Pearl</a>