mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
14 lines
No EOL
218 B
Text
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;
|
|
} |