Compare commits

..

1 commit
main ... test

Author SHA1 Message Date
malloc62
d5b2b7c74e Added new branch for remote development 2022-10-08 08:12:27 -04:00
2 changed files with 4 additions and 6 deletions

View file

@ -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='?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}
</h1>
</div>
@ -98,6 +98,4 @@
]}" submit='{(e) => submitFunc(e,"/api/hub/join")}' bind:this='{joinhub}' action='/api/hub/join' header="Or join a hub">
</Form>
</div>
</div>

View file

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