Skip to content

Commit

Permalink
Merge pull request #46 from primer/tooltips
Browse files Browse the repository at this point in the history
Invert tooltips in dark mode
  • Loading branch information
simurai authored Mar 23, 2021
2 parents 27fb81e + 53fa38f commit 325cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/colors/mixins/dark_mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ $export: (

tooltip: (
text: $white,
bg: $gray-7,
bg: $gray-4,
),

header-search: (
Expand Down

0 comments on commit 325cc77

Please sign in to comment.