remotes/1693045480750635534/spooky-22
Aevann1 2022-02-06 01:02:44 +02:00
parent f5b63c985b
commit fe52bd8f26
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</style>
<div id="srd" style="width: 100%; background-color: var(--primary); padding: 2px; text-align: left; font-weight: bold;white-space:nowrap">
{% for s in SUBS %}
<a {% if sub and s == sub.name %} style="color: var(--secondary)" {% else %} style="color: white"{% endif %} class="text-small-mobile ml-2 px-2" href="/s/{{s}}">/s/{{s}}</a>
<a {% if sub and s == sub.name %} style="color: var(--secondary)" {% else %} style="color: white"{% endif %} class="text-small-mobile ml-2" href="/s/{{s}}">/s/{{s}}</a>
{% endfor %}
</div>
{% else %}