rounded corners on mouseover for registered/ space
authorAndrew Engelbrecht <andrew@fsf.org>
Sat, 20 Mar 2021 03:00:00 +0000 (23:00 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Sat, 20 Mar 2021 03:00:57 +0000 (23:00 -0400)
2021/registered/index.html

index 6a2fab2b9774f1bee0b7b67e92e46b7a94fde4a6..9cf4c9bedb371170ad153c042ba7d68dd1a5cefa 100755 (executable)
@@ -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; }