Skip to content

Commit

Permalink
fix: revert back mark style
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 28, 2021
1 parent 2b73c17 commit e0086ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
--ct-checkbox-border-radius: 2px;

--ct-task-done-text-decoration: none;

--ct-mark-border-radius: 2px;
}

html,
Expand Down Expand Up @@ -564,16 +562,16 @@ a.priority:before {
/* highlight */

mark {
border-radius: var(--ct-mark-border-radius);
background: transparent;
padding: 0;
color: inherit;
font-size: inherit;
text-decoration-style: solid;
text-decoration: underline;
text-decoration-color: var(--ct-highlight-color);
text-decoration-thickness: 3px;
text-decoration-thickness: 4px;
text-underline-offset: -1px;
text-decoration-skip-ink: none;
}

code,
Expand Down

0 comments on commit e0086ca

Please sign in to comment.