Skip to content

Commit

Permalink
Fix some colors of high contrast theme (#10711)
Browse files Browse the repository at this point in the history
* Fix "nothing here" text color of high contrast

* Fix counter border color of high contrast
  • Loading branch information
nzws authored and Gargron committed May 7, 2019
1 parent fbff73e commit 5c82d66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/javascript/styles/contrast/diff.scss
Expand Up @@ -67,3 +67,11 @@
text-decoration: none;
}
}

.nothing-here {
color: $darker-text-color;
}

.public-layout .public-account-header__tabs__tabs .counter.active::after {
border-bottom: 4px solid $ui-highlight-color;
}

0 comments on commit 5c82d66

Please sign in to comment.