« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/site.css')
-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%;
 }