Skip to content

Commit c00ba79

Browse files
Invert colors in important traits tooltip
1 parent 0a2e9ad commit c00ba79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+6
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,12 @@ span.since {
920920
border-color: transparent black transparent transparent;
921921
}
922922

923+
.important-traits .tooltip .tooltiptext {
924+
background-color: white;
925+
color: black;
926+
border: 1px solid #000;
927+
}
928+
923929
pre.rust {
924930
position: relative;
925931
}

0 commit comments

Comments
 (0)