Fix contrast issue (blue hyperlink over black background) (#210)

This commit is contained in:
Laurent Nguyen
2020-09-17 10:40:24 +02:00
committed by GitHub
parent 949f9203b8
commit 562ac38ff1

View File

@@ -1522,6 +1522,10 @@ p {
.tooltipVisible();
}
.infoTooltip a {
color: @AccentHigh;
}
.nowrap {
white-space: nowrap;
}
@@ -3013,4 +3017,4 @@ settings-pane {
.infoBoxContent a {
color: @AccentMediumHigh
}
}