From: Andrew Engelbrecht <andrew@fsf.org> Date: Sat, 20 Mar 2021 03:00:00 +0000 (-0400) Subject: rounded corners on mouseover for registered/ space X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d2fa32fde42699fc24e8587a1142a9944c39efb3;p=libreplanet-static.git rounded corners on mouseover for registered/ space --- 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; }