From 7cf177afb89e1a9c4b8dd6051acb3a774375cbfa Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 22 Jun 2022 22:54:08 -1000 Subject: [PATCH] Changed styles --- css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/general.css b/css/general.css index 8b31917..bafdf90 100644 --- a/css/general.css +++ b/css/general.css @@ -173,7 +173,7 @@ nav ul li { color: rgb(184, 184, 184); animation: blinking 3s infinite; background-color: rgb(57, 57, 57); - border-radius: 10px; + border-radius: 5px; padding: 2px 5px; }