diff --git a/pages/_header.xnode b/pages/_header.xnode
index cfc865c..1c33f0b 100644
--- a/pages/_header.xnode
+++ b/pages/_header.xnode
@@ -11,12 +11,12 @@
active = link.name == current_section
?>#{link.title}
-
-
+
diff --git a/public/_static/site.css b/public/_static/site.css
index 2396427..0b4a9cc 100644
--- a/public/_static/site.css
+++ b/public/_static/site.css
@@ -167,10 +167,13 @@ header .sections .project-title {
}
header .sections .github {
- font-size: 0.85em;
opacity: 0.7;
}
+header .sections .github span {
+ font-size: 0.85em;
+}
+
header .sections .github:hover {
opacity: 1;
}
@@ -198,14 +201,6 @@ header .sections a:focus-visible,
grid-column: 2;
grid-row: 1;
}
-
- header .sections .github {
- font-size: 0;
- }
-
- header .sections .github span {
- font-size: 0.85rem;
- }
}
.site-navigation {