Fixed up dark mode vs. not and added a linkedin mobil copy.

This commit is contained in:
Zed A. Shaw 2025-08-14 00:37:02 -04:00
parent bf1426261d
commit 2477603190
12 changed files with 758 additions and 491 deletions

View file

@ -9,8 +9,8 @@
<block x-data="Streams" class="gap-4">
<template x-for="item in contents">
<stream class="flex p-3 gap-4 bg-gray-800">
<shape class="xxs">Stream Thumbnail</shape>
<stream class="flex p-3 gap-4 bg-gray-300 dark:bg-gray-800">
<shape class="xxs bg-gray-400! dark:bg-gray-300">Stream Thumbnail</shape>
<info>
<date x-text="item.date"></date>
<p x-text="item.description"></p>