Skip to content

Commit

Permalink
Fix contrast on admin bar error count alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Jul 5, 2024
1 parent b32376d commit 25403c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/css/layout/gin_admin_bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ tr.admin-bar-tweak-permissions-processed td.module {
margin: -4px 0 -5px;
text-align: center;
background-color: var(--gin-color-danger);
color: var(--gin-color-button-text);
line-height: 1;
}

Expand Down
1 change: 1 addition & 0 deletions styles/layout/gin_admin_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ tr.admin-bar-tweak-permissions-processed td.module {
margin: -4px 0 -5px;
text-align: center;
background-color: var(--gin-color-danger);
color: var(--gin-color-button-text);
line-height: 1;
}

Expand Down

0 comments on commit 25403c3

Please sign in to comment.