rustdoc: remove redundant font-color CSS on .where

Before 7f6ce7dddd, 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.
This commit is contained in:
Michael Howell 2022-11-16 13:28:51 -07:00
parent e69336efe0
commit 893bd781be

View File

@ -217,10 +217,7 @@ h1 a,
.search-results a,
.module-item .stab,
.import-item .stab,
.result-name .primitive > i, .result-name .keyword > i,
.method .where,
.fn .where,
.where.fmt-newline {
.result-name .primitive > i, .result-name .keyword > i {
color: var(--main-color);
}