Skip to content

Commit 0625b29

Browse files
committed
Add Ayu theme for spotlight
1 parent ae6c7e6 commit 0625b29

File tree

1 file changed

+5
-0
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/themes/ayu.css

+5
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,11 @@ pre.ignore:hover, .information:hover + pre.ignore {
394394
border-color: transparent #314559 transparent transparent;
395395
}
396396

397+
.important-traits-tooltiptext {
398+
background-color: #314559 !important;
399+
border-color: #5c6773 !important;
400+
}
401+
397402
#titles > div.selected {
398403
background-color: #141920 !important;
399404
border-bottom: 1px solid #ffb44c !important;

0 commit comments

Comments
 (0)