mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-13 16:44:43 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user