Underline of tooltiped text is now more visible

This commit is contained in:
2020-05-26 20:54:37 +02:00
parent 94ab71402d
commit fe05e145ab

View File

@@ -6,6 +6,8 @@ $switch-smaller-screen: "only screen and (max-width: 400px)";
$navbar-height: 70px;
$postamble-height: 55px;
$tooltip-underline-size: 3px;
// Themes /////////////////////////////////////////////////////////////////////
$dark: rgba( 52, 73, 94, 1);
@@ -87,7 +89,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
}
.tooltip {
border-bottom: 1px dotted $accent3;
border-bottom: $tooltip-underline-size dotted $accent3;
.tooltiptext {
background-color: $accent3;
@@ -165,7 +167,7 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
}
.tooltip {
border-bottom: 1px dotted $accent1;
border-bottom: $tooltip-underline-size dotted $accent1;
.tooltiptext {
background-color: $accent1;