From 39f98c61ddc7b08f008ff770a9f34d31cb1f8e4b Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Wed, 28 Feb 2024 12:28:21 +0100 Subject: [PATCH] Thanked Lasse --- README.md | 3 +++ docs/pandoc/style.css | 7 ++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6525087..ade44e9 100644 --- a/README.md +++ b/README.md @@ -240,3 +240,6 @@ you. However, this also means that you don't have to give _any_ personal data. A big thanks to [Maroka-chan](https://github.com/Maroka-chan) for the heavy lifting on the VPN-submodule, that was integral to making this project possible. + +I would also like to thank [Lasse](https://github.com/lassebomh) for helping +out with the website. diff --git a/docs/pandoc/style.css b/docs/pandoc/style.css index 58ec588..1ad9d8b 100644 --- a/docs/pandoc/style.css +++ b/docs/pandoc/style.css @@ -71,6 +71,10 @@ nav a { padding: 0.15em 1em; } +nav a:visited { + color: #458587; +} + nav a:hover { background-color: var(--dkblue); color: var(--bg); @@ -81,9 +85,6 @@ nav a.active { color: #faf8e4 !important; } -nav a:visited { - color: #458587; -} footer { height: 2rem;