onlineliste header neu eingefärbt

This commit is contained in:
Luke
2021-04-27 01:04:22 +00:00
parent 0ed655b9e1
commit 5c622918c8
3 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ h2 { font-size: 1.125em; }
z-index: 3;
font-size: .9em;
background-color: #111;
background-color: #0C0C0C;
padding: 1em 0;
}
@@ -67,8 +67,8 @@ table {
text-align: left;
z-index: 2;
background-color: #111;
border-top: 1px solid #151515;
background-color: #0C0C0C;
border-top: 1px solid #0f0f0f;
}
th, td {
@@ -140,4 +140,4 @@ ol.inline.stats {
justify-content: center;
abbr { text-decoration: none; }
}
}