1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:34:43 -05:00

new logo!!!!

This commit is contained in:
Ashley 2023-05-23 17:25:20 +00:00
parent 4d95aa6b2c
commit a1fb656380

View file

@ -536,15 +536,9 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
<nav>
<div class=left>
<% if (inv_vid.genre != "Music") { %>
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
<% } %>
<% if (inv_vid.genre === "Music") { %>
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img loading="lazy" style="transform: scale(1.3);padding-left:0.9em;width: 7.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=<%=btoa(Date.now())%>"></a>
<% } %>
<% if (secure) { %>