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:
parent
e69336efe0
commit
893bd781be
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user