Skip to content

Commit

Permalink
🎨 Remove !important for tag size
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Dec 23, 2021
1 parent e62c64e commit c73c95a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,6 @@ body:not(.ebullientworks-nix-checkbox) .markdown-preview-view input.task-list-it
.markdown-preview-view h4 a.tag,
.markdown-preview-view h5 a.tag,
.markdown-preview-view h6 a.tag {
font-size: 0.8rem !important;
text-decoration: none;
}

Expand Down
1 change: 0 additions & 1 deletion src/07-tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
.markdown-preview-view h4 a.tag,
.markdown-preview-view h5 a.tag,
.markdown-preview-view h6 a.tag {
font-size: .8rem !important;
text-decoration: none;
}

0 comments on commit c73c95a

Please sign in to comment.