Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,13 +25,6 @@ 25 25 .result { 26 26 margin-top: 1em; 27 27 } 28 - .light { 29 - color: var(--color-gray-500, #CCC); 30 - font-size: 14px; 31 - } 32 - a { 33 - color: var(--color-brand-primary, blue); 34 - } 35 35 `; 36 36 constructor() { 37 37 super(); ... ... @@ -84,7 +84,7 @@ 84 84 ${this.results.map(result => html` 85 85 <div class="result"> 86 86 <a href="#">${result.title_}</a> 87 - <div class="light">${result.space}</div>80 + <div>${result.space}</div> 88 88 <div>${result.doccontent_.substring(0, 150)} 89 89 </div> 90 90 `)}