diff --git a/assets/style.css b/assets/style.css index f5a657e..a030cea 100644 --- a/assets/style.css +++ b/assets/style.css @@ -116,6 +116,22 @@ h6 { text-align: center; } +ul.search-results li { + margin-bottom: 1em; +} + +ul.search-results li a.search-result { + font-size: 120%; + display: block; +} + +ul.search-results li div.search-tag { + display: block; + font-size: 80%; + color: #555; + font-weight: bold; +} + input.search { width: 100%; } @@ -250,17 +266,18 @@ main { padding-left: 2rem; padding-right: 2rem; - font-size: 80%; color: #777; } .sidebar-header { font-weight: bold; + font-size: 80%; } .sidebar-values { padding-left: 1em; margin-bottom: 1em; + font-size: 80%; } /* main content */ diff --git a/templates/header.html b/templates/header.html index 65de004..a82b1b4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -31,10 +31,10 @@ Search {{?htags}} -