Skip to content

Commit a8d49f9

Browse files
Update scala3doc/resources/dotty_res/styles/diagram.css
Co-authored-by: Guillaume Raffin <[email protected]>
1 parent 39ebcbf commit a8d49f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scala3doc/resources/dotty_res/styles/diagram.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
text-decoration: underline;
2424
color: #FFF;
2525
}
26-
26+
.diagram-class a:hover {
27+
color: #BFE7F3;
28+
}
2729
.diagram-class span[data-unresolved-link] {
2830
color: #FFF;
29-
}
31+
}

0 commit comments

Comments
 (0)