From 86f10a586efb9d3b306e3415cf8d2de87d1318bd Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 1 May 2021 19:44:09 -0400 Subject: [PATCH] remove rounded corners --- assets/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index c2bc549..8730012 100644 --- a/assets/style.css +++ b/assets/style.css @@ -50,7 +50,6 @@ div.staffp { margin-right: 5px; margin-bottom: 5px; padding: 0 10px; - border-radius: 7px; background-color: #ddd; width: 110px; } @@ -81,7 +80,7 @@ div.staffp { padding: 13px; text-decoration: none; color: #f71; - transition: 0.3s; + background-color: #111115; } #hnav li a:hover { @@ -110,7 +109,6 @@ div.staffp { .box { background-color: #333; padding: 10px; - border-radius: 10px; margin-bottom: 10px; }