From 9ea6c7a70127a6f97c953cbb9a1fe2c4ec33328a Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Sat, 8 Jun 2024 02:39:42 -0500 Subject: [PATCH] Update mastodon account --- config.toml | 2 +- templates/about.html | 2 +- themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {