Increased font-weight to make links more readable

This commit is contained in:
Luke Else 2023-10-27 09:51:31 +01:00
parent 74dc1196cd
commit e843870afd

View File

@ -19,6 +19,8 @@
nav { nav {
position: relative; position: relative;
font-weight: bold;
font-size: 110%;
overflow: visible; overflow: visible;
display: flex; display: flex;
justify-content: center; justify-content: center;