add slight color change for every other list item

This commit is contained in:
Sven Balzer 2025-09-11 13:49:08 +02:00
parent aa3a3e633d
commit 8c4dca3eed

View File

@ -424,6 +424,10 @@ html {
border: none;
border-radius: 0px 0px 5px 5px;
}
&:nth-child(odd) {
background: #272b33;
}
&:hover {
background: #3b404d;