Fix more search results CSS rules

This commit is contained in:
Guillaume Gomez 2021-05-25 17:18:04 +02:00
parent 61c47ba880
commit e4067a30c7
3 changed files with 6 additions and 6 deletions

View file

@ -565,10 +565,10 @@ kbd {
background-color: rgba(70, 70, 70, 0.33);
}
.search-results td span.alias {
.search-results .result-name span.alias {
color: #c5c5c5;
}
.search-results td span.grey {
.search-results .result-name span.grey {
color: #999;
}

View file

@ -444,10 +444,10 @@ kbd {
background-color: #606060;
}
.search-results td span.alias {
.search-results .result-name span.alias {
color: #fff;
}
.search-results td span.grey {
.search-results .result-name span.grey {
color: #ccc;
}

View file

@ -435,10 +435,10 @@ kbd {
background-color: #f9f9f9;
}
.search-results td span.alias {
.search-results .result-name span.alias {
color: #000;
}
.search-results td span.grey {
.search-results .result-name span.grey {
color: #999;
}