mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-13 06:13:23 -06:00
De-duplicate article tags, highlight anchor tags in light blue within article
This commit is contained in:
@@ -72,9 +72,7 @@ const titleTag = title != undefined ? `${title} | xevion.blog` : 'xevion.blog';
|
|||||||
<a href="https://xevion.dev/resume">~/resume/</a>
|
<a href="https://xevion.dev/resume">~/resume/</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="max-w-screen-lg">
|
<div class="max-w-screen-lg">
|
||||||
<article>
|
|
||||||
<slot name="default" />
|
<slot name="default" />
|
||||||
</article>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a href="/feed.xml">Atom</a>
|
<a href="/feed.xml">Atom</a>
|
||||||
|
|||||||
@@ -147,6 +147,10 @@ hr {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article a {
|
||||||
|
color: #90bcff;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user