diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e04cefc..09ce10f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,4 +12,11 @@
{{.Title}}
{{end}}
+
diff --git a/static/css/theme.css b/static/css/theme.css
index 1d940ab..d2d1282 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -49,7 +49,6 @@ nav {
border-radius: 30%;
font-size:12px;
}
-
a {
color: var(--theme-accent);
}
@@ -643,12 +642,12 @@ video {
}
svg{
- stroke: black;
- fill:black;
+ stroke: var(--theme-accent);
+ fill:var(--theme-accent);
}
.icon {
- width:2.5rem;
- height:2.5rem;
+ width:2rem;
+ height:2rem;
}
.icon-small{
height:1rem;