Files
gancio/assets/style.less
2021-03-15 22:25:53 +01:00

18 lines
302 B
Plaintext

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;
}
.v-application .p-description.text-body-1 {
letter-spacing: normal !important;
}