From ad460bd8c2f82d4e68f68fd1af9b450c18ff3829 Mon Sep 17 00:00:00 2001 From: imgurbot12 Date: Wed, 9 Aug 2023 11:40:16 -0700 Subject: [PATCH] feat: updated dark theme --- themes/dark.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/dark.css b/themes/dark.css index 6d3917f..8a46744 100644 --- a/themes/dark.css +++ b/themes/dark.css @@ -9,13 +9,19 @@ html { #search { border: none; - border-radius: 0px; - border-bottom: 3px solid black; background-color: #383C4A; margin-bottom: 5px; padding-bottom: 0px; } +.navbar:after { + content: ""; + display: block; + margin: 0 auto; + border-bottom: 1px solid black; + width: 99%; +} + .result-entry:nth-child(odd){ background-color: #404552; }