From decd97440c85757eeade2589d79d76037ad5ece5 Mon Sep 17 00:00:00 2001 From: Scobiform Date: Sat, 20 Apr 2024 16:16:40 +0200 Subject: [PATCH] Add search for user #11 css --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d8c9270..d9e6588 100644 --- a/static/style.css +++ b/static/style.css @@ -50,8 +50,9 @@ ul { } ::-webkit-scrollbar-track { - background: var(--secondary-color); + background: var(--primary-color); border: 1px solid var(--border-color); + opacity: var(--opacity); } /* Styling the scrollbar handle */