fix(theme/Posts): better styling

This commit is contained in:
taskylizard 2024-01-17 12:52:19 +00:00
parent 26d2f76569
commit f7341c65c7
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -18,10 +18,10 @@ const formatDate = (raw: string): string => {
<p>Everything from Monthly Updates to fmhy updates.</p>
We also have a
<a href="/feed.rss" title="RSS feed" class="VPBadge tip">
<div class="i-carbon-rss" />
RSS feed </a
>.
<a href="/feed.rss" target="_blank" title="RSS feed">
<div class="i-carbon-rss vertical-top" />
RSS feed.
</a>
</section>
<template v-for="year in Object.keys(posts).reverse()" :key="year">
<h2>{{ year }}</h2>
@ -58,7 +58,7 @@ const formatDate = (raw: string): string => {
padding-right: 10px;
vertical-align: middle;
color: var(--vp-badge-tip-text);
background-color: var(--vp-custom-block-info-bg);
background-color: transparent;
border-color: var(--vp-custom-block-tip-outline);
}
</style>