Created
February 28, 2024 02:17
-
-
Save atomicstack/883366ff8d8a74ac1aba61ebc42c0b4a to your computer and use it in GitHub Desktop.
Revisions
-
atomicstack created this gist
Feb 28, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ .markdown-source-view.mod-cm6 .HyperMD-task-line[data-task]:not([data-task=" "]) { text-decoration:none; color: var(--text-normal); } .markdown-preview-view ul > li.task-list-item.is-checked { text-decoration:none; color:var(--text-normal); } .markdown-preview-view ol > li.task-list-item.is-checked { text-decoration:none; color:var(--text-normal); }