From dab61c7a3d5475d18af00c7a1c9b2e187821260d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 26 Jul 2022 11:36:50 -0400 Subject: [PATCH] =?UTF-8?q?Pretties=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/webviews/apps/plus/timeline/timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/timeline/timeline.scss b/src/webviews/apps/plus/timeline/timeline.scss index 13b22f1..b4b2cd9 100644 --- a/src/webviews/apps/plus/timeline/timeline.scss +++ b/src/webviews/apps/plus/timeline/timeline.scss @@ -22,7 +22,7 @@ body { overflow-x: scroll; } -body[data-placement="editor"] { +body[data-placement='editor'] { background-color: var(--color-background); }