« get me outta code hell

show more details on album indexes - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2020-11-13 14:27:19 -0400
committer(quasar) nebula <towerofnix@gmail.com>2020-11-13 14:27:19 -0400
commit869515eafa0225a3e748b2165c324567a0d29132 (patch)
tree4b21ab7f409fc31f6070a5e85aa905ded7c6c82c /static
parent7fcb651e52aff6e16ec48f77dc3224b67404a9c1 (diff)
show more details on album indexes
Diffstat (limited to 'static')
-rw-r--r--static/site.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css
index abde862..3d33a5b 100644
--- a/static/site.css
+++ b/static/site.css
@@ -331,11 +331,23 @@ h1 {
     height: 100%;
 }
 
-.grid-item span {
+.grid-item:hover {
+    text-decoration: none;
+}
+
+.grid-actions .grid-item:hover {
+    text-decoration: underline;
+}
+
+.grid-item span:first-of-type {
     margin-top: 0.45em;
     display: block;
 }
 
+.grid-item:hover span:first-of-type {
+    text-decoration: underline;
+}
+
 .grid-listing > .grid-item {
     flex: 1 1 26%;
 }