|
|
@@ -20,6 +20,8 @@ $bgcolor-keyword-highlighted: $grw-marker-yellow !default;
|
|
|
$bordercolor-search-item-left-active: $primary;
|
|
|
$bgcolor-search-item-active: lighten($bordercolor-search-item-left-active, 76%) !default;
|
|
|
$color-search-item-pagelist-meta: $gray-500 !default;
|
|
|
+$color-search-page-list-title: $color-global !default;
|
|
|
+$color-search-page-list-snippet: $gray-600 !default;
|
|
|
|
|
|
// override bootstrap variables
|
|
|
$body-bg: $bgcolor-global;
|
|
|
@@ -622,6 +624,14 @@ body.pathname-sidebar {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .search-result-page-title {
|
|
|
+ color: $color-search-page-list-title;
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-result-list-snippet {
|
|
|
+ color: $color-search-page-list-snippet;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*
|