Skip to content

Commit

Permalink
Thanked Lasse
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Feb 28, 2024
1 parent 72c2507 commit 39f98c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7 changes: 4 additions & 3 deletions docs/pandoc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -81,9 +85,6 @@ nav a.active {
color: #faf8e4 !important;
}

nav a:visited {
color: #458587;
}

footer {
height: 2rem;
Expand Down

0 comments on commit 39f98c6

Please sign in to comment.