From 9982e68cfd294b0cae5cebc78632a7f54730762a Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 22 Mar 2024 20:07:02 -0500 Subject: [PATCH] Tweak the css a little, I didn't like how the buttons looked. --- root.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root.css b/root.css index bbf8d9e..8b0acee 100644 --- a/root.css +++ b/root.css @@ -71,8 +71,10 @@ nav { color: white; text-decoration: none; border-style: outset; + border-width: 1px; cursor: pointer; - border-radius: 5%; + border-radius: 2%; + padding: 4px; } .button:hover {