Skip to content

Commit 893bd78

Browse files
committed
rustdoc: remove redundant font-color CSS on .where
Before 7f6ce7d, light-theme where clauses had color `#4E4C4C` while the main color was `#000`. One of that commit's simplifications made it so that everything used the same black.
1 parent e69336e commit 893bd78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ h1 a,
217217
.search-results a,
218218
.module-item .stab,
219219
.import-item .stab,
220-
.result-name .primitive > i, .result-name .keyword > i,
221-
.method .where,
222-
.fn .where,
223-
.where.fmt-newline {
220+
.result-name .primitive > i, .result-name .keyword > i {
224221
color: var(--main-color);
225222
}
226223

0 commit comments

Comments
 (0)