Black background for news module

This commit is contained in:
Thomas Smith 2022-12-14 17:39:10 -05:00
parent 6f92c5b2ec
commit 23be274a02

View file

@ -18,7 +18,7 @@
{#if news.length}
<Posts posts={news} />
{:else}
<section class="h-64 border border-gray p-4">
<section class="h-64 bg-black border border-gray p-4">
<Preloader />
</section>
{/if}