From e854dcf9bb4fa75abfcc559da01559dca730bf2b Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 16 Apr 2020 11:24:39 -0600 Subject: [PATCH] Added tipue_search styles for dark mode --- static/stylesheet/dark-theme-styles.less | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/static/stylesheet/dark-theme-styles.less b/static/stylesheet/dark-theme-styles.less index 9c25a8d..b70d735 100644 --- a/static/stylesheet/dark-theme-styles.less +++ b/static/stylesheet/dark-theme-styles.less @@ -13,14 +13,18 @@ body { } hr { - color: @solid-dark-grey; background-color: @solid-dark-grey; + color: @solid-dark-grey; } aside { background-color: @sidebar-bg-dark-theme; color: @sidebar-text-color; + form.navbar-search input#tipue_search_input { + background-color: @very-dark-grey; + color: @light-grey; + } } main { @@ -40,11 +44,21 @@ main { color: @light-grey; } + blockquote, pre { + border-left: 8px solid #ffffff33; + } + *:not(pre) > code { background-color: #080808; border-color: #000; } + div#tipue_search_content .tipue_search_result { + span.tipue_search_content_bold { + color: white; + } + } + section#isso-thread { div.textarea, .auth-section p.input-wrapper input,