← Back to Home
ID: 58876
Phil Scott
@philco.bsky.social
Jul 12, 04:13 PM
all these are using CSS variables of your sites theme, adapting automatically. SVG embeded in there with a ```beck markdown block
💬 Discussion
Phil Scott
@philco.bsky.social
· Jul 11, 12:20 AM
all these are using CSS variables of your sites theme, adapting automatically. SVG embeded in there with a ```beck markdown block
<div class="border-l-2 border-slate-800/60 pl-4 py-2 mt-3 ml-2">
<div class="flex items-start gap-2.5">
<!-- Avatar -->
<img src="https://cdn.bsky.app/img/avatar/plain/did:plc:agsxmicokb65pubftcgtv4kj/bafkreie4u3d4c4yct5ilwpr75dxi7jq2ydrfgegnjd2udovi34ydti7vz4" class="w-6 h-6 rounded-full shrink-0 border border-slate-800" />
<!-- Comment Content -->
<div class="flex-1 min-w-0">
<div class="flex items-center gap-2 mb-1">
<span class="text-xs font-bold text-slate-300">Phil Scott</span>
<span class="text-[10px] text-slate-500">@philco.bsky.social</span>
<span class="text-[9px] text-slate-600">· Jul 11, 12:20 AM</span>
</div>
<p class="text-xs text-slate-350 leading-relaxed break-words">different documentation site, different theme. no problem</p>
</div>
</div>
<!-- Replies -->
<div class="mt-2">
<div class="border-l-2 border-slate-800/60 pl-4 py-2 mt-3 ml-2">
<div class="flex items-start gap-2.5">
<!-- Avatar -->
<img src="https://cdn.bsky.app/img/avatar/plain/did:plc:agsxmicokb65pubftcgtv4kj/bafkreie4u3d4c4yct5ilwpr75dxi7jq2ydrfgegnjd2udovi34ydti7vz4" class="w-6 h-6 rounded-full shrink-0 border border-slate-800" />
<!-- Comment Content -->
<div class="flex-1 min-w-0">
<div class="flex items-center gap-2 mb-1">
<span class="text-xs font-bold text-slate-300">Phil Scott</span>
<span class="text-[10px] text-slate-500">@philco.bsky.social</span>
<span class="text-[9px] text-slate-600">· Jul 11, 12:20 AM</span>
</div>
<p class="text-xs text-slate-350 leading-relaxed break-words">and even some different themes to pick</p>
</div>
</div>
<!-- Replies -->
<div class="mt-2">
&lt;div class=&quot;border-l-2 border-slate-800/60 pl-4 py-2 mt-3 ml-2&quot;&gt;
&lt;div class=&quot;flex items-start gap-2.5&quot;&gt;
&lt;!-- Avatar --&gt;
&lt;img src=&quot;https://cdn.bsky.app/img/avatar/plain/did:plc:agsxmicokb65pubftcgtv4kj/bafkreie4u3d4c4yct5ilwpr75dxi7jq2ydrfgegnjd2udovi34ydti7vz4&quot; class=&quot;w-6 h-6 rounded-full shrink-0 border border-slate-800&quot; /&gt;
&lt;!-- Comment Content --&gt;
&lt;div class=&quot;flex-1 min-w-0&quot;&gt;
&lt;div class=&quot;flex items-center gap-2 mb-1&quot;&gt;
&lt;span class=&quot;text-xs font-bold text-slate-300&quot;&gt;Phil Scott&lt;/span&gt;
&lt;span class=&quot;text-[10px] text-slate-500&quot;&gt;@philco.bsky.social&lt;/span&gt;
&lt;span class=&quot;text-[9px] text-slate-600&quot;&gt;· Jul 11, 12:20 AM&lt;/span&gt;
&lt;/div&gt;
&lt;p class=&quot;text-xs text-slate-350 leading-relaxed break-words&quot;&gt;there&amp;#39;s a blazor based playground for checking it out too. all generated via C# via WASM
usepennington.github.io/beck/playgro...&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Replies --&gt;
&lt;/div&gt;
</div>
</div>
</div>
</div>