Skip to content

Commit d838457

Browse files
author
Daniel Bruce
committed
Make fonts darker on search.
1 parent c79e3cf commit d838457

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spider/assets/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,7 @@ body {
120120
vertical-align: middle;
121121
}
122122

123+
#hits .media h5 {
124+
font-weight: normal;
125+
}
126+

spider/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (document.getElementById('q')) {
3737
{{document_title}}
3838
</a>
3939
</h5>
40-
<ol class="document-dates text-muted pl-2">
40+
<ol class="document-dates pl-2">
4141
{{#pubdate}}
4242
<li>Published: {{pubdate}}</li>
4343
{{/pubdate}}

0 commit comments

Comments
 (0)