Farben in der Online-Liste angepasst

This commit is contained in:
Luke
2021-04-24 11:23:30 +00:00
parent 819e2f389d
commit 34caafaac4
3 changed files with 10 additions and 8 deletions

View File

@@ -38,9 +38,11 @@ h2 { font-size: 1.125em; }
position: sticky;
top: 0;
z-index: 3;
padding: 1em 0;
background-color: #404040;
font-size: .9em;
background-color: black;
padding: 1em 0;
}
.wrapper {
@@ -49,7 +51,7 @@ h2 { font-size: 1.125em; }
overflow-y: scroll;
border-radius: .25em;
background-color: rgba(0, 0, 0, .75);
background-color: rgba(black, .75);
&::-webkit-scrollbar { display: none; }
}