version left
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-02-01 17:03:29 +01:00
parent 4f6d3de79c
commit ca734fda32
2 changed files with 18 additions and 7 deletions

View File

@ -89,9 +89,20 @@ tr:hover:not(.selected) {
border-radius: 10px;
}
#navbar .navbar-header {
display: flex;
align-items: center;
}
#navbar h1 {
margin: 0;
font-size: 24px;
display: inline-block;
}
#navbar .versionid {
margin-left: 20px;
display: inline-block;
}
#navbar ul {
@ -113,13 +124,10 @@ tr:hover:not(.selected) {
transition: background-color 0.3s;
}
#navbar a:hover {
#navbar a:hover, #navbar a.active {
background-color: #007344; /* Etwas helleres Grün */
}
#navbar a.active {
background-color: #008C50; /* Mittleres Grün */
}
.content {