Skip to content

Commit d80415a

Browse files
authored
Improve ayu doc source line number contrast
Improve contrast of foreground line number.
1 parent 02fe309 commit d80415a

File tree

1 file changed

+3
-2
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ pre {
129129
color: #ffb44c;
130130
}
131131

132-
.line-numbers span { color: #5c6773ab; }
132+
.line-numbers span { color: #5c6773; }
133133
.line-numbers .line-highlighted {
134-
background-color: rgba(255, 236, 164, 0.06) !important;
134+
color: #708090;
135+
background-color: rgba(255, 236, 164, 0.06);
135136
padding-right: 4px;
136137
border-right: 1px solid #ffb44c;
137138
}

0 commit comments

Comments
 (0)