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

@@ -40,7 +40,7 @@ h2 { font-size: 1.125em; }
z-index: 3;
font-size: .9em;
background-color: black;
background-color: #404040;
padding: 1em 0;
}
@@ -67,7 +67,7 @@ table {
text-align: left;
z-index: 2;
background-color: black;
background-color: #404040;
&:first-child { border-top-left-radius: .25em; }
&:last-child { border-top-right-radius: .25em; }
@@ -142,4 +142,4 @@ ol.inline.stats {
justify-content: center;
abbr { text-decoration: none; }
}
}