Skip to content

Commit

Permalink
feat: 1.修改tag透明度,以免无法看见光标
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Apr 17, 2023
1 parent 0fa192d commit df1f0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/Tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function buildTagRules(tag: Tag) {
font-weight: lighter;
color: ${tag.color} !important;
background-color: ${tag.bgColor} !important;
opacity: 0.7;
font-size: var(--font-size-tag);
filter: hue-rotate(0) !important;
}`,
Expand Down

0 comments on commit df1f0ac

Please sign in to comment.