Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0fb94bf733 | ||
![]() |
18a4aa0e22 | ||
![]() |
5a48d0fd3a | ||
![]() |
f3ed800d13 |
2 changed files with 6 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
<a href='#'><img src="/img/new.svg" class="icon-player" on:click={openForm}></a>
|
||||
</div>
|
||||
{#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}
|
||||
</h1>
|
||||
</div>
|
||||
|
@ -99,3 +99,5 @@
|
|||
</Form>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
:root {
|
||||
--bg-1: #2b2323;
|
||||
--bg-1: #443636;
|
||||
--bg-2: #181515;
|
||||
|
||||
--fg-1: #ffffff;
|
||||
|
@ -7,7 +7,7 @@
|
|||
--shadow-1: rgba(0,0,0,1);
|
||||
|
||||
--primary-1: #cd3030;
|
||||
--primary-2: #2b2323;
|
||||
--primary-2: #443636;
|
||||
|
||||
--box-1: #edddab;
|
||||
|
||||
|
|
Loading…
Reference in a new issue