« get me outta code hell

css: make extra details in cover grids a bit subdued - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-23 20:57:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-23 20:57:41 -0300
commit205285e6f0e8387478fb855fa2d58e2050ff4204 (patch)
tree010342ac09cfc57a81c61f085f130beb2dffabf1 /src
parent35ecbf36481393bc833d95aaf645602703f98be6 (diff)
css: make extra details in cover grids a bit subdued
Diffstat (limited to 'src')
-rw-r--r--src/static/site4.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index bfb2e46..d7801f2 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -841,11 +841,6 @@ img {
   margin-bottom: auto;
 }
 
-.grid-item span {
-  overflow-wrap: break-word;
-  hyphens: auto;
-}
-
 .grid-item:hover {
   text-decoration: none;
 }
@@ -856,6 +851,8 @@ img {
 
 .grid-item > span {
   display: block;
+  overflow-wrap: break-word;
+  hyphens: auto;
 }
 
 .grid-item > span:not(:first-child) {
@@ -866,6 +863,11 @@ img {
   margin-top: 6px;
 }
 
+.grid-item > span:not(:first-of-type) {
+  font-size: 0.9em;
+  opacity: 0.8;
+}
+
 .grid-item:hover > span:first-of-type {
   text-decoration: underline;
 }