From 1224943b47e642f671d0030da7b22bd94316e47b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:37:37 -0600 Subject: [PATCH] core: decrease border thickness on navItems --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index ad1d287..121ed48 100644 --- a/default.css +++ b/default.css @@ -44,7 +44,7 @@ body { .navItem { background-color: #03001C; - border: solid 4px #8200FF; + border: solid 2px #8200FF; border-radius: 12px; color: #8200FF; display: inline-block;