diff --git a/themes/geronimo/static/css/search.css b/themes/geronimo/static/css/search.css index 3f763d3..b343f8a 100644 --- a/themes/geronimo/static/css/search.css +++ b/themes/geronimo/static/css/search.css @@ -83,6 +83,7 @@ padding: 0.3rem; display: block; text-decoration: none; + color: #6787C9;; } #search-results a:hover, #search-results a:focus { @@ -104,4 +105,4 @@ } #search-results li .title::after { display: none; -} \ No newline at end of file +} diff --git a/themes/geronimo/static/css/style.css b/themes/geronimo/static/css/style.css index fa73407..5a55735 100644 --- a/themes/geronimo/static/css/style.css +++ b/themes/geronimo/static/css/style.css @@ -43,8 +43,8 @@ main { padding: 4px 2px; } blockquote { - padding: 0.5em 1.5em; - background: #EEE; + padding: 0.25em 1.5em; + background: #ddd; color: #000; border-radius: 4px; } @@ -130,4 +130,4 @@ html { overflow-y: scroll; visibility: visible; opacity: 1; -} \ No newline at end of file +}