diff --git a/module/search/search.php b/module/search/search.php index 1de32f27..8b2e6d07 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -99,7 +99,6 @@ class search extends common { $keywords = substr($keywords,0,strlen($keywords) - 1); $keywords .= ')/i'; $keywords = str_replace ('+', ' ',$keywords); - echo $keywords; if (self::$motclef !== '' ) { foreach($this->getHierarchy(null,false,null) as $parentId => $childIds) { if ($this->getData(['page', $parentId, 'disable']) === false && diff --git a/module/search/view/index/index.css b/module/search/view/index/index.css index 3af11bdd..ebe4a812 100755 --- a/module/search/view/index/index.css +++ b/module/search/view/index/index.css @@ -1,5 +1,5 @@ .searchKeyword { - --keywordColor: rgba(227, 227, 14, 0.8); + --keywordColor: rgba(10, 183, 170, 0.46); } .searchTitle { font: caption;