Skip to content

Commit

Permalink
fix: change color from light to body-color
Browse files Browse the repository at this point in the history
Signed-off-by: Gaganpreet Kaur Kalsi <[email protected]>
  • Loading branch information
GaganpreetKaurKalsi committed Jun 21, 2024
1 parent 89b8091 commit e7f20be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,11 @@ a:not([href]):not([class]):hover {
color: $lightslategray !important;
background-color: $dark !important;
&:hover{
color: $light !important;
color: $body-color !important;
}
}

.tooltip .tooltip-inner{
background-color: $dark;
color: $light
color: $body-color
}

0 comments on commit e7f20be

Please sign in to comment.