fix: some astro type errors
All checks were successful
Deploy to SFTP Server / build (push) Successful in 23m37s

This commit is contained in:
2024-04-06 18:23:39 +02:00
parent 38a7f83096
commit 613ab7aef9
6 changed files with 61 additions and 46 deletions

View File

@ -20,7 +20,8 @@ article>h3 {
}
article>p>a,
article a {
article a,
.top-info>.links a {
color: var(--fill) !important;
}