From 712100e68eea6ca427b5af68356596e97d1bf754 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:53:24 -0600 Subject: [PATCH] core: better button styling --- default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.css b/default.css index 92e5de9..240845b 100644 --- a/default.css +++ b/default.css @@ -48,11 +48,12 @@ canvas { } .navItem { - color: #4c4f69; + background-color: #CB3737; margin: 6px; margin-top: 0px; padding: 8px; display: inline-block; + border-radius: 12px; } #top {