Skip to content

Commit

Permalink
use css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 21, 2024
1 parent c0d385d commit 6749708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: var(--darkfontcolor);
color: var(--a-color-dark);
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: var(--darkfontcolor);
color: var(--a-color-dark);
border: 1px solid #ddd;
vertical-align: middle;
}
Expand Down Expand Up @@ -115,7 +115,7 @@ div#tags-data span.contextual {

.most-used-tag {
cursor: pointer;
color: #169;
color: var(--a-color-default);
}

.most-used-tag:hover { text-decoration: underline; }
Expand Down

0 comments on commit 6749708

Please sign in to comment.