Achuan-2 / siyuan-themes-tsundoku

a simple and beautiful theme for siyuan-note
GNU General Public License v3.0
97 stars 5 forks source link

任务列表的样式不会加上删除线 #97

Closed QQQOrange closed 10 months ago

QQQOrange commented 10 months ago

加上删除线

Achuan-2 commented 10 months ago

个人不喜欢添加删除线 需要的话可以在设置-外观-代码片段添加css片段

.protyle-wysiwyg .protyle-task--done > div:not([data-subtype='t']) {
    text-decoration: line-through !important;
    color: var(--b3-theme-on-surface-light);
}
QQQOrange commented 10 months ago

个人不喜欢添加删除线 需要的话可以在设置-外观-代码片段添加css片段

.protyle-wysiwyg .protyle-task--done > div:not([data-subtype='t']) {
    text-decoration: line-through !important;
    color: var(--b3-theme-on-surface-light);
}

非常感谢!!!!