Skip to content

Commit

Permalink
fix line-through selector
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen authored and backportbot-nextcloud[bot] committed Oct 27, 2023
1 parent bcba1f2 commit a20970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ div.ProseMirror {
background-color: var(--color-primary-element);
border-color: var(--color-primary-element);
}
label {
> label > p {
color: var(--color-text-maxcontrast);
text-decoration: line-through;
}
Expand Down

0 comments on commit a20970e

Please sign in to comment.