From 38ee0d94282a2fb119814c9019d9618a8684d263 Mon Sep 17 00:00:00 2001 From: gmnsii Date: Wed, 31 May 2023 19:39:18 +0200 Subject: [PATCH] make comment search bar color change based on theme --- static/style.css | 4 ++++ templates/post.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index fe3631c..da917aa 100644 --- a/static/style.css +++ b/static/style.css @@ -552,6 +552,10 @@ select, #search { border-radius: 5px 0px 0px 5px; } +.commentQuery { + background: var(--post); +} + #searchbox { grid-area: searchbox; display: flex; diff --git a/templates/post.html b/templates/post.html index a996bb4..8d3c232 100644 --- a/templates/post.html +++ b/templates/post.html @@ -59,7 +59,7 @@
- +