Online-Liste schöner gemacht

This commit is contained in:
Luke
2021-04-27 00:43:19 +00:00
parent a5d985aa6c
commit 38f3a1e186
3 changed files with 7 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ h2 {
top: 0;
z-index: 3;
font-size: .9em;
background-color: #222;
background-color: #111;
padding: 1em 0;
}
@@ -87,15 +87,8 @@ table th {
top: 3em;
text-align: left;
z-index: 2;
background-color: #222;
}
table th:first-child {
border-top-left-radius: .25em;
}
table th:last-child {
border-top-right-radius: .25em;
background-color: #111;
border-top: 1px solid #151515;
}
table th, table td {