From 1e721056357bfbec47cffc6aa4399f8c2f177bbf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 28 Nov 2020 15:32:58 +0100 Subject: [PATCH] Fix task background color for link shares --- src/styles/components/task.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index c4597139..88a9ac85 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -234,6 +234,7 @@ border-radius: $radius; padding: 1em; color: $text; + background-color: $light-background !important; .task { max-width: 500px; @@ -244,3 +245,7 @@ padding-top: 2rem; } } + +.link-share-container .task-view { + background-color: transparent; +}