From cf97bff8aa15b2e51d708b3c18f13280ff606305 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Sat, 1 Jun 2024 11:45:12 -0400 Subject: [PATCH] Modify CSS --- themes/geronimo/static/css/search.css | 3 ++- themes/geronimo/static/css/style.css | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 +}