more theming changes to vip area buttons 2021-structure
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 11 Mar 2021 22:04:54 +0000 (17:04 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 11 Mar 2021 22:04:54 +0000 (17:04 -0500)
this makes the hover effect similar to the one in the sidebar

2021/vip/index.html

index de6912ab0b22fdbd2a43232f92c731a0fd1f3e15..c53bf4c9a670592c095bde7752ba88e94b647e07 100755 (executable)
@@ -4,7 +4,8 @@
 <title>LibrePlanet &mdash; VIP Area</title>
 
 <style>
-.area-link { margin: 6px auto; max-width: 500px; border-radius: 10px; border-width: 0px; text-align: center; }
+.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: #dadada; }
 .area-link a { display: inline-block; width: 100%; height: 100%; padding: 10px; text-decoration: none; border: none; color: black; }
 .area-link { background: #602217; border-color: #602217; }
 .area-link a { color: white; }