9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
html, body {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: orange;
|
|
overflow: auto !important;
|
|
}
|
|
|
|
li {
|
|
margin-left: 10px;
|
|
} |