Kolorierung der Online-Liste angepasst

This commit is contained in:
Luke
2021-04-25 17:37:44 +00:00
parent 1eb10c6fbf
commit 8c71f10d73
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ h2 {
top: 0;
z-index: 3;
font-size: .9em;
background-color: black;
background-color: #404040;
padding: 1em 0;
}
@@ -87,7 +87,7 @@ table th {
top: 3em;
text-align: left;
z-index: 2;
background-color: black;
background-color: #404040;
}
table th:first-child {