From d2fa32fde42699fc24e8587a1142a9944c39efb3 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht <andrew@fsf.org> Date: Fri, 19 Mar 2021 23:00:00 -0400 Subject: [PATCH] rounded corners on mouseover for registered/ space --- 2021/registered/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/registered/index.html b/2021/registered/index.html index 6a2fab2b..9cf4c9be 100755 --- a/2021/registered/index.html +++ b/2021/registered/index.html @@ -6,7 +6,7 @@ <style> .area-link { margin: 6px auto; max-width: 500px; border-radius: 10px; border-width: 0px; text-align: center; transition: ease background-color 0.1s; } .area-link:hover { background-color: rgb(55, 57, 58); } -.area-link a { display: inline-block; width: 100%; height: 100%; padding: 10px; text-decoration: none; border: none; color: black; } +.area-link a { display: inline-block; width: 100%; height: 100%; padding: 10px; text-decoration: none; border: none; border-radius: 10px; color: black; } .area-link { background-color: #602217; border-color: #602217; } .area-link a { color: white; } .register-link { background-color: #C4A000; border-color: #C4A000; } -- 2.25.1