From 0c028417b0c0022d3268ea24e4b637c6c95c4df0 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Fri, 13 Sep 2024 23:35:12 +0100 Subject: [PATCH] transition effect for server sidebar hover --- apps/static/css/home/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/static/css/home/index.css b/apps/static/css/home/index.css index 2b195ec..02786c3 100644 --- a/apps/static/css/home/index.css +++ b/apps/static/css/home/index.css @@ -39,6 +39,8 @@ justify-content: flex-start; align-items: center; flex-wrap: nowrap; + background-color: var(--bg-tertiary-bg); + transition: 0.3s; } .server-item-selector:hover {