From dc46ed714f8e4701e2be1c297a29d1d93711c032 Mon Sep 17 00:00:00 2001 From: Scobiform Date: Sat, 20 Apr 2024 15:42:57 +0200 Subject: [PATCH] Add search for user #11 css --- static/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/style.css b/static/style.css index 42bc654..324a973 100644 --- a/static/style.css +++ b/static/style.css @@ -164,10 +164,7 @@ nav p { #searchResults { position: absolute; z-index: 999; - background-color: var(--primary-color); color: var(--secondary-color); - border: 1px solid var(--border-color); - border-radius: var(--border-radius); padding: 0.42rem; width: 28rem; right: 0;