gancio-upstream/assets/style.less

10 lines
154 B
Text
Raw Normal View History

2020-10-28 00:37:53 +01:00
html, body {
scrollbar-width: thin;
2021-01-11 00:17:56 +01:00
overflow: auto !important;
2021-02-27 00:51:55 +01:00
scrollbar-color: #555 #111;
font-family: sans-serif;
2020-10-28 00:37:53 +01:00
}
2020-11-13 00:13:44 +01:00
li {
margin-left: 10px;
}