mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make search blurbs more grey to match google
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: scale-color($primary, $lightness: 20%);
|
color: scale-color($primary, $lightness: 40%);
|
||||||
.date {
|
.date {
|
||||||
color: scale-color($primary, $lightness: 40%);
|
color: scale-color($primary, $lightness: 60%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-highlight {
|
.search-highlight {
|
||||||
|
|||||||
Reference in New Issue
Block a user