UX: Search result link title color change (#13149)

This commit is contained in:
Jordan Vidrine 2021-05-25 18:08:34 -04:00 committed by GitHub
parent 549e100d8c
commit b0b23a969f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -289,12 +289,13 @@
}
a.search-link:visited .topic-title {
color: var(--tertiary-high);
color: var(--primary-medium);
}
.search-link {
.topic-title {
font-size: $font-up-2;
line-height: $line-height-medium;
color: var(--primary);
}
.topic-statuses {
display: inline-block;