changeset 468:b5a780ac6c07

web: Make search matches green instead of red.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:41:16 -0700
parents e2c2222c0441
children f78ca60826ba
files wikked/assets/css/wikked/nav.less
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/assets/css/wikked/nav.less	Sat Oct 06 19:52:31 2018 -0700
+++ b/wikked/assets/css/wikked/nav.less	Mon Oct 08 23:41:16 2018 -0700
@@ -131,8 +131,9 @@
 }
 
 b.match {
-    color: @color-orange;
-    background: @color-gray-light;
+    color: @color-green-dark;
+    background: @color-green;
+    padding: 0.05em 0.15em;
 }
 
 form#search {