Skip to content

Commit

Permalink
In Dark theme, add more contrast to the inactive riority stars in hea…
Browse files Browse the repository at this point in the history
…ding
  • Loading branch information
mathjazz committed Oct 23, 2023
1 parent 630ded1 commit 8140b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pontoon/base/static/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--button-background-2: #3f4752;
--button-background-hover-2: #272a2f;
--popup-background-2: #272a2f;
--icon-background-2: #4d5967;

/* Homepage */
--homepage-background-image: url(../img/background.svg);
Expand Down
1 change: 1 addition & 0 deletions pontoon/base/static/css/light-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
--button-background-2: #e8e8e8;
--button-background-hover-2: #f6f6f6;
--popup-background-2: #f6f6f6;
--icon-background-2: #d0d0d0;

/* Tooltip */
--tooltip-background: #000000dd;
Expand Down
4 changes: 4 additions & 0 deletions pontoon/base/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,10 @@ body > form,
float: left;
}

.priority .value .fa-star {
color: var(--icon-background-2);
}

.priority .fa-star.active {
color: var(--light-green-1);
}
Expand Down

0 comments on commit 8140b0d

Please sign in to comment.