add lighter background to editor

This commit is contained in:
lesion
2022-07-23 23:03:49 +02:00
parent d1dd315e79
commit 3e5ffb046a
2 changed files with 18 additions and 1 deletions

View File

@@ -48,6 +48,23 @@ li {
max-width: 100%;
}
.v-application p {
margin-bottom: 6px;
}
.v-application blockquote {
font-style: italic;
padding: 15px;
}
.editor .content {
background-color: #f7f7f7;
}
.theme--dark .editor .content {
background-color: #333;
}
.theme--dark.v-list {
background-color: #333;
}