Skip to content

Commit

Permalink
improve tag background
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Jun 29, 2023
1 parent 82f39ce commit 92f3fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ svg.h-4.w-4 {

/* Tags */
a.tag {
background-color: hsl(var(--cl-tag-background-color, var(--cl-accent)), 0.1);
background-color: hsl(var(--cl-tag-background-color, var(--cl-background)), 0.1);
color: hsl(var(--cl-tag-color, var(--cl-secondary, var(--cl-text-color))));
opacity: 1;
padding: 0px 5px;
Expand Down

0 comments on commit 92f3fe1

Please sign in to comment.