changeset 452:4ef0a26d0153

web: Fix search box text colour.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Jan 2018 21:20:45 -0800
parents 6cd51ea6dfcf
children 0c8d6e886c28
files wikked/assets/css/wikked/nav.less
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/assets/css/wikked/nav.less	Sun Jan 07 11:11:04 2018 -0800
+++ b/wikked/assets/css/wikked/nav.less	Sun Jan 07 21:20:45 2018 -0800
@@ -84,6 +84,10 @@
     ul {
         border-top: 1px solid @color-gray-medium;
     }
+
+    input[type="text"], textarea {
+        color: #333;
+    }
 }
 
 #wiki-menu.wiki-menu-active {