Compare commits

...

4 commits
test ... main

Author SHA1 Message Date
malloc62
0fb94bf733 improved contrast 2022-10-08 14:17:00 -04:00
malloc62
18a4aa0e22 added links to hubs 2022-10-08 09:11:19 -04:00
malloc62
5a48d0fd3a added links to hubs 2022-10-08 09:09:07 -04:00
malloc62
f3ed800d13 added links to hubs 2022-10-08 09:08:22 -04:00
2 changed files with 6 additions and 4 deletions

View file

@ -61,7 +61,7 @@
<a href='#'><img src="/img/new.svg" class="icon-player" on:click={openForm}></a> <a href='#'><img src="/img/new.svg" class="icon-player" on:click={openForm}></a>
</div> </div>
{#each hubJson as hubEntry} {#each hubJson as hubEntry}
<a href='#'><img src="/api/hub/img?q={hubEntry.hub}" class="icon-hub pfp"></a> <a href='?hub={hubEntry.hub}'><img src="/api/hub/img?q={hubEntry.hub}" class="icon-hub pfp"></a>
{/each} {/each}
</h1> </h1>
</div> </div>
@ -99,3 +99,5 @@
</Form> </Form>
</div> </div>

View file

@ -1,5 +1,5 @@
:root { :root {
--bg-1: #2b2323; --bg-1: #443636;
--bg-2: #181515; --bg-2: #181515;
--fg-1: #ffffff; --fg-1: #ffffff;
@ -7,7 +7,7 @@
--shadow-1: rgba(0,0,0,1); --shadow-1: rgba(0,0,0,1);
--primary-1: #cd3030; --primary-1: #cd3030;
--primary-2: #2b2323; --primary-2: #443636;
--box-1: #edddab; --box-1: #edddab;