diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-03 10:51:23 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-03 10:51:23 -0400 |
commit | fb476b8b09e4866a6ad1b997c8092f91f8cd6b8c (patch) | |
tree | 0150fdd0e455b0a81e50f57876225ace153eb404 /src/static | |
parent | 64990187b7a35b3c1db8e169f83591b557bb9121 (diff) |
"Listings for..." & "See also..." sections on listing pages
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site3.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site3.css b/src/static/site3.css index b7f95f54..3ebe782d 100644 --- a/src/static/site3.css +++ b/src/static/site3.css @@ -507,6 +507,10 @@ a:hover { font-size: 1em; } +p .current { + font-weight: 800; +} + #cover-art-container { font-size: 0.8em; } |