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

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