Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/less/site/lazy.less')
-rw-r--r--assets/less/site/lazy.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/less/site/lazy.less b/assets/less/site/lazy.less
index fb5a9745a..7207aaeea 100644
--- a/assets/less/site/lazy.less
+++ b/assets/less/site/lazy.less
@@ -74,6 +74,9 @@
line-height: @line-height-base;
font-weight: normal;
}
+.text-color-default {
+ color: @text-color;
+}
.text-hilite {
color: @link-color;
&:hover {
@@ -84,3 +87,7 @@
.text-strike { text-decoration: line-through; }
.text-upper { text-transform: uppercase; }
.text-lower { text-transform: lowercase; }
+
+#no-search-results {
+ display: none;
+}