1
Fork 0

Fix color for keyword/primitive search result

This commit is contained in:
Guillaume Gomez 2021-07-12 17:42:53 +02:00
parent f0169e923b
commit 168b4d490b
3 changed files with 3 additions and 3 deletions

View file

@ -286,7 +286,7 @@ details.undocumented > summary::before {
color: grey; color: grey;
} }
tr.result span.primitive::after, tr.result span.keyword::after { .result-name .primitive > i, .result-name .keyword > i {
color: #788797; color: #788797;
} }

View file

@ -247,7 +247,7 @@ details.undocumented > summary::before {
color: grey; color: grey;
} }
tr.result span.primitive::after, tr.result span.keyword::after { .result-name .primitive > i, .result-name .keyword > i {
color: #ddd; color: #ddd;
} }

View file

@ -237,7 +237,7 @@ details.undocumented > summary::before {
color: grey; color: grey;
} }
tr.result span.primitive::after, tr.result span.keyword::after { .result-name .primitive > i, .result-name .keyword > i {
color: black; color: black;
} }