From 78c1024a297cfbf7cbfcfc76a7795c1559fcd1ae Mon Sep 17 00:00:00 2001 From: Dylan <55002846+ohitsdylan@users.noreply.github.com> Date: Fri, 14 Feb 2020 08:19:49 -0500 Subject: [PATCH] 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 --- nullboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nullboard.html b/nullboard.html index c547d61..c1df9a0 100644 --- a/nullboard.html +++ b/nullboard.html @@ -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 {