Thanked Lasse

This commit is contained in:
rasmus-kirk
2024-02-28 12:28:21 +01:00
parent 72c250767d
commit 39f98c61dd
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -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.
+4 -3
View File
@@ -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;