Skip to content

Commit

Permalink
ON-43977 # Altered tooltip background, link and visited link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Turner committed Oct 2, 2024
1 parent 80d018a commit d3eb61b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/styles/renderer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@
}
.ob-hint-tooltip {
a {
color: rgba(255, 255, 255, 1);
color: #5496f3;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: rgba(255, 255, 255, 0.6);
color: #b76bf5;
}
}
.MuiTooltip-popper {
.MuiTooltip-tooltip {
background-color: rgba(26, 26, 26, 0.92);
}
.MuiTooltip-arrow {
color: rgba(26, 26, 26, 0.92);
}
}

Expand Down

0 comments on commit d3eb61b

Please sign in to comment.