Farben in der Online-Liste angepasst
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user