We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a340eb commit 45ad300Copy full SHA for 45ad300
src/components/Header.astro
@@ -21,7 +21,11 @@ import naosi from "../assets/naosi.svg";
21
<style>
22
.navbar a:hover,
23
.navbar a.active {
24
- @apply text-black;
+ @apply text-primary;
25
+ }
26
+
27
+ .navbar a.active {
28
+ @apply underline underline-2 underline-offset-6;
29
}
30
</style>
31
src/pages/index.astro
@@ -51,7 +51,7 @@ const blog = await getCollection("blog");
51
/>
52
<Service
53
icon="i-ri-blogger-fill"
54
- href="https://github.com/NAOSI-DLUT/blogroll"
+ href="https://blogroll.naosi.org/"
55
title="友情链接"
56
description="成员们的博客友链"
57
0 commit comments