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; +}