fix: strike through links in tasks (#1225)

pull/1212/head^2
Max Richter 2025-01-30 14:54:57 +01:00 committed by GitHub
parent 0c41927dfe
commit c6624085f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@
/* U+2022 BULLET */
}
.cm-task-checked {
.cm-task-checked,
.sb-line-task:has(.cm-task-checked) .sb-wiki-link-page {
text-decoration: line-through !important;
}