style adjustments + settings

This commit is contained in:
2025-11-13 17:25:27 -05:00
parent f6b642bdf3
commit 2545f4a789
11 changed files with 102 additions and 78 deletions
+2 -8
View File
@@ -22,11 +22,11 @@ const { Content } = await render(post);
<Layout title={data.title}>
<article>
<BlogHeader title={data.title} date={data.pubDate} />
<Tags tags={data.tags} />
<Content />
<a href="https://notbyai.fyi/">
<a href="https://notbyai.fyi/" target="_blank">
<i class="not-by-ai"></i>
</a>
<Tags tags={data.tags} />
</article>
</Layout>
@@ -40,10 +40,4 @@ const { Content } = await render(post);
background-position: center;
margin: 1rem 0;
}
@media (prefers-color-scheme: dark) {
.not-by-ai {
background-image: url(../../assets/svg/Written-By-Human-Not-By-AI-Badge-black.svg);
}
}
</style>