Skip to content

Commit

Permalink
more svg work and css vars #12953
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 20, 2024
1 parent 0c9b198 commit c0d385d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/stylesheets/tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ td.tags span.additional-tag-label-color {
background: #f1f5fa;
border-radius: 5px;
padding: 0 5px;
color: #666;
color: var(--darkfontcolor);
border: 1px solid #ddd;
vertical-align: middle;
}
Expand Down Expand Up @@ -72,7 +72,7 @@ td.tags span.additional-tag-label-color {
background: #eee;
border-radius: 5px;
padding: 0 5px;
color: #666;
color: var(--darkfontcolor);
border: 1px solid #ddd;
vertical-align: middle;
}
Expand Down

0 comments on commit c0d385d

Please # to comment.