Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d5b2b7c74e |
2 changed files with 4 additions and 6 deletions
|
@ -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='?hub={hubEntry.hub}'><img src="/api/hub/img?q={hubEntry.hub}" class="icon-hub pfp"></a>
|
<a href='#'><img src="/api/hub/img?q={hubEntry.hub}" class="icon-hub pfp"></a>
|
||||||
{/each}
|
{/each}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -98,6 +98,4 @@
|
||||||
]}" submit='{(e) => submitFunc(e,"/api/hub/join")}' bind:this='{joinhub}' action='/api/hub/join' header="Or join a hub">
|
]}" submit='{(e) => submitFunc(e,"/api/hub/join")}' bind:this='{joinhub}' action='/api/hub/join' header="Or join a hub">
|
||||||
</Form>
|
</Form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
:root {
|
:root {
|
||||||
--bg-1: #443636;
|
--bg-1: #2b2323;
|
||||||
--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: #443636;
|
--primary-2: #2b2323;
|
||||||
|
|
||||||
--box-1: #edddab;
|
--box-1: #edddab;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue