Fix task background color for link shares
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-11-28 15:32:58 +01:00
parent d0e304e43b
commit 1e72105635
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

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