Skip to content

Commit

Permalink
improve priority style
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Aug 21, 2023
1 parent 33aa286 commit 3c3e349
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/code/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ a[priority]:not(a[priority=""])::before,
a.priority::before {
font-size: var(--ls-font-size);
font-family: 'tabler-icons';
margin-right: 0.2em;
}

a[priority]:not(a[priority=""]),
Expand All @@ -249,21 +250,21 @@ a.priority {
a[priority="A"]::before,
a.priority[href="#/page/A" i]::before {
font-size: var(--ls-font-size);
content: "\f6e7";
content: "\f6fe";
color: hsl(var(--nord-aurora-nord11));
}

a[priority="B"]::before,
a.priority[href="#/page/B" i]::before {
font-size: var(--ls-font-size);
content: "\f6e0";
content: "\f6fc";
color: hsl(var(--nord-aurora-nord12));
}

a[priority="C"]::before,
a.priority[href="#/page/C" i]::before {
font-size: var(--ls-font-size);
content: "\f6e4";
content: "\f6f4";
color: hsl(var(--nord-aurora-nord14));
}

Expand Down Expand Up @@ -295,7 +296,6 @@ a.priority[href="#/page/C" i]::before {
/* TASK NAMES */

.block-marker {
padding: 0;
font-size: var(--ls-font-size);
font-weight: 600;
color: hsl(var(--cl-marker-color, --cl-secondary));
Expand Down

0 comments on commit 3c3e349

Please sign in to comment.