« get me outta code hell

content, css: colorize summary `span > b` instead of .group-name - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateListingIndexList.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-10-14 06:40:28 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-10-14 06:40:28 -0300
commite6a2920d186c10048fc2a835008d5626164c73de (patch)
treef0af1857db5672f241f21911c5965a46daee3e0e /src/content/dependencies/generateListingIndexList.js
parent4005c91ca2b7167021efb7bfbde3b2bc0827ffe9 (diff)
content, css: colorize summary `span > b` instead of .group-name
Diffstat (limited to 'src/content/dependencies/generateListingIndexList.js')
-rw-r--r--src/content/dependencies/generateListingIndexList.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateListingIndexList.js b/src/content/dependencies/generateListingIndexList.js
index ed153652..78622e6e 100644
--- a/src/content/dependencies/generateListingIndexList.js
+++ b/src/content/dependencies/generateListingIndexList.js
@@ -107,8 +107,8 @@ export default {
 
                 [
                   html.tag('summary',
-                    html.tag('span', {class: 'group-name'},
-                      targetTitle)),
+                    html.tag('span',
+                      html.tag('b', targetTitle))),
 
                   listingLinkList,
                 ])));