From 205285e6f0e8387478fb855fa2d58e2050ff4204 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 23 Jun 2023 20:57:41 -0300 Subject: css: make extra details in cover grids a bit subdued --- src/static/site4.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/static') diff --git a/src/static/site4.css b/src/static/site4.css index bfb2e46f..d7801f20 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; } -- cgit 1.3.0-6-gf8a5