Fix task background color for link shares
This commit is contained in:
parent
d0e304e43b
commit
1e72105635
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue