Skip to content

Commit

Permalink
Quick Tags: make popup font properties consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Aug 23, 2021
1 parent 68dc2e3 commit f3efc2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scripts/quick_tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
background-image: linear-gradient(rgba(var(--black), 0.13), rgba(var(--black), 0.13));
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
color: rgb(var(--black));
font-family: var(--font-family);
font-size: .875rem;
font-weight: normal;
}

#quick-tags:empty::before,
Expand All @@ -33,6 +36,7 @@

background-color: inherit;
color: inherit;
font: inherit;
text-align: initial;
}

Expand Down

0 comments on commit f3efc2f

Please sign in to comment.