mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
UX: Search result link title color change (#13149)
This commit is contained in:
parent
549e100d8c
commit
b0b23a969f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user