mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: minor on style
This commit is contained in:
parent
69bf8b2453
commit
61b796efd6
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ li {
|
|||
}
|
||||
|
||||
.editor .ProseMirror {
|
||||
background-color: #f7f7f7;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.theme--dark .editor .ProseMirror {
|
||||
|
@ -95,7 +95,7 @@ li {
|
|||
}
|
||||
|
||||
.theme--dark .v-menu__content {
|
||||
border: 1px solid #1e1e1e;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.theme--light .v-menu__content {
|
||||
|
|
Loading…
Reference in a new issue