ui(bb): update post list surface colors

This commit is contained in:
Scott Idem
2026-02-12 15:07:05 -05:00
parent 6977867ed8
commit 4266bef352

View File

@@ -105,7 +105,7 @@
{@html idaa_post_obj.content}
<!-- Add an overlay to fade the content out when close to max height -->
<div
class="post__content__fade w-full h-16 absolute bottom-0 left-0 bg-linear-to-t from-white to-transparent"
class="post__content__fade w-full h-16 absolute bottom-0 left-0 bg-linear-to-t from-surface-50 to-transparent"
></div>
</div>
{/if}