Fixed up dark mode vs. not and added a linkedin mobil copy.
This commit is contained in:
parent
bf1426261d
commit
2477603190
12 changed files with 758 additions and 491 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue