gancio-upstream/assets/style.less
2021-03-05 14:11:33 +01:00

14 lines
No EOL
218 B
Text

html, body {
scrollbar-width: thin;
overflow: auto !important;
scrollbar-color: #555 #111;
font-family: sans-serif;
}
li {
margin-left: 10px;
}
.v-dialog .theme--dark.v-card {
background-color: #434343;
}