diff --git a/config.toml b/config.toml
index ed825ae..2b5f8ee 100644
--- a/config.toml
+++ b/config.toml
@@ -30,7 +30,7 @@ menu = [
{url = "/pages/about", name = "About"},
]
-author_url = "https://infosec.exchange/@gamingrobot"
+author_url = "https://fosstodon.org/@gamingrobot"
# https://www.goatcounter.com/
goatcounter = "grbt-doingstuff"
diff --git a/templates/about.html b/templates/about.html
index fab1960..2b4509d 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -32,7 +32,7 @@
{{ macros::svg_mail() }}
{{ macros::svg_github() }}
{{ macros::svg_linkedin() }}
- {{ macros::svg_mastadon() }}
+ {{ macros::svg_mastadon() }}
diff --git a/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss b/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss
index 2702da4..bc44805 100644
--- a/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss
+++ b/themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss
@@ -253,7 +253,7 @@
// background-color: rgb(10, 46, 70);
// }
.topbar a {
- color: rgb(228, 226, 222);
+ color: #e4e2de;
border-color: initial;
}
.topbar a:hover {