Files
gancio/assets/style.less
2021-01-11 00:17:56 +01:00

9 lines
124 B
Plaintext

html, body {
scrollbar-width: thin;
scrollbar-color: orange;
overflow: auto !important;
}
li {
margin-left: 10px;
}