diff options
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 |
commit | e6a2920d186c10048fc2a835008d5626164c73de (patch) | |
tree | f0af1857db5672f241f21911c5965a46daee3e0e /src/content/dependencies/generateListingIndexList.js | |
parent | 4005c91ca2b7167021efb7bfbde3b2bc0827ffe9 (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.js | 4 |
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, ]))); |