Skip to content

Commit

Permalink
Merge pull request #6 from shmutalov/patch-1
Browse files Browse the repository at this point in the history
Fix tooltip text colors
  • Loading branch information
ramacarlucho committed May 11, 2022
2 parents 35d7887 + f9264d4 commit 6d75f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/block_scout_web/assets/css/theme/_dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ $dark-stakes-banned-background: #3e314c;
border-top-color: $dark-primary;
border-bottom-color: $dark-primary;
}
.tooltip > .tooltip-inner {background-color: $dark-primary;}
.tooltip > .tooltip-inner {background-color: $dark-primary; color: $body-dark;}

.tooltip-pale-color.bs-tooltip-top .arrow::before,
.tooltip-pale-color.bs-tooltip-auto[x-placement^="top"] .arrow::before {
Expand Down Expand Up @@ -1161,4 +1161,4 @@ $dark-stakes-banned-background: #3e314c;
.dark-theme-applied .btn-no-border-link-to-tems {
border-color: $dark-primary !important;
color: $dark-primary !important;
}
}

0 comments on commit 6d75f52

Please sign in to comment.