fix raw note background

"raw" notes had the same background color as normal notes. adjusted them to the list background color to fit the light theme style
This commit is contained in:
Dylan
2020-02-14 08:19:49 -05:00
parent f6adc9c5a6
commit 78c1024a29

View File

@@ -788,9 +788,9 @@
box-shadow: 0 1px 2px #656565, 0 0 1px #959595;
}
body.dark .note.raw {
body.dark .board .list .note.raw {
background: #454545;
box-shadow': 0 1px 2px #454545, 0 0 1px #656565;
box-shadow: none;
}
body.dark textarea, body.dark input {