2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

use grey for similar topic blurbs

This commit is contained in:
Jeff Atwood 2016-01-04 15:25:30 -08:00
parent 268e0f3b2b
commit 73336db311

View file

@ -96,7 +96,7 @@
} }
.search-link { .search-link {
.fa, .blurb { .fa, .blurb {
color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%)); color: dark-light-choose(scale-color($primary, $lightness: 45%), scale-color($secondary, $lightness: 55%));
} }
} }
.badge-wrapper { .badge-wrapper {