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 @@