mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
feat: optimize underline style and theme introduction
This commit is contained in:
parent
a07c930d0d
commit
7abec02cc3
9 changed files with 42 additions and 27 deletions
|
@ -27,12 +27,12 @@ const year = Number(startYear) === currentYear
|
|||
]}
|
||||
>
|
||||
<p>
|
||||
<a href={linkAUrl}>{linkAName}</a> /
|
||||
<a href={linkBUrl}>{linkBName}</a> /
|
||||
<a href={linkCUrl}>{linkCName}</a>
|
||||
<a class="hover:(c-primary transition-colors)" href={linkAUrl}>{linkAName}</a> /
|
||||
<a class="hover:(c-primary transition-colors)" href={linkBUrl}>{linkBName}</a> /
|
||||
<a class="hover:(c-primary transition-colors)" href={linkCUrl}>{linkCName}</a>
|
||||
</p>
|
||||
<p>
|
||||
Powered by <a href="https://astro.build/">Astro</a> and <a href="https://github.com/radishzzz/astro-theme-retypeset">Retypeset</a>
|
||||
Powered by <a class="hover:(c-primary transition-colors)" href="https://astro.build/">Astro</a> and <a class="hover:(c-primary transition-colors)" href="https://github.com/radishzzz/astro-theme-retypeset">Retypeset</a>
|
||||
</p>
|
||||
<p>
|
||||
© {year} {author}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue