Invert colors in important traits tooltip
This commit is contained in:
parent
0a2e9ade83
commit
c00ba79f5c
1 changed files with 6 additions and 0 deletions
|
@ -920,6 +920,12 @@ span.since {
|
||||||
border-color: transparent black transparent transparent;
|
border-color: transparent black transparent transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.important-traits .tooltip .tooltiptext {
|
||||||
|
background-color: white;
|
||||||
|
color: black;
|
||||||
|
border: 1px solid #000;
|
||||||
|
}
|
||||||
|
|
||||||
pre.rust {
|
pre.rust {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue