Skip to content

Commit

Permalink
add hover overlay colors for dark and light backgrounds
Browse files Browse the repository at this point in the history
Signed-off-by: Raquel Breternitz <rbreternitz@pivotal.io>
  • Loading branch information
August Toman-Yih authored and Ming Xiao committed Mar 4, 2019
1 parent 8030fa1 commit f2bac3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/pui-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ $green: #008934;
$light-yellow: #fff0bc;
$decorative-yellow: #ffc700;

$hover--onLite: rgba($black, 0.03);
$hover--onDark: rgba($white, 0.05);

$general-color-palette: (
'black': $black,
'dark-gray': $dark-gray,
Expand Down

0 comments on commit f2bac3f

Please sign in to comment.