18 lines
302 B
Plaintext
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;
|
|
} |