We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac88c0 + d80415a commit 3cec71eCopy full SHA for 3cec71e
src/librustdoc/html/static/themes/ayu.css
@@ -129,9 +129,10 @@ pre {
129
color: #ffb44c;
130
}
131
132
-.line-numbers span { color: #5c6773ab; }
+.line-numbers span { color: #5c6773; }
133
.line-numbers .line-highlighted {
134
- background-color: rgba(255, 236, 164, 0.06) !important;
+ color: #708090;
135
+ background-color: rgba(255, 236, 164, 0.06);
136
padding-right: 4px;
137
border-right: 1px solid #ffb44c;
138
0 commit comments