Changed some html-tags to be more accessible, improved spelling

This commit is contained in:
Lucia Heidecker 2025-07-11 14:12:40 +02:00
parent 7f08d3eb1d
commit 4390ee82c4
6 changed files with 65 additions and 56 deletions

View file

@ -1,6 +1,7 @@
body{
margin: 0;
font-size: 16px;
background-color: black;
background-image: url("assets/img/bg.png");
background-repeat: repeat;
background-attachment: fixed;
@ -70,11 +71,12 @@ nav{
padding: 0 10px;
}
.links-nav>pre>a{
.links-nav>span>a{
text-decoration: none;
white-space: pre;
}
.links-nav>pre>a:hover{
.links-nav>span>a:hover{
color: #000000;
background-color: green;
}