diff --git a/plugins/oeyoews/neotw/tiddlers/style/customize-tag.tid b/plugins/oeyoews/neotw/tiddlers/style/customize-tag.tid index 6fc82422f1..2106697afd 100644 --- a/plugins/oeyoews/neotw/tiddlers/style/customize-tag.tid +++ b/plugins/oeyoews/neotw/tiddlers/style/customize-tag.tid @@ -2,7 +2,8 @@ title: $:/plugins/oeyoews/neotw/style/tag-customize tags: $:/tags/Stylesheet \define tag-ui(tags:'Vue', color:'lime') -[data-tag-title="$tags$"] .tc-tag-label { +[data-tag-title="$tags$"] .tc-tag-label, +.tc-tag-label[data-tag-title="$tags$"] { background-color: <> !important; border-color: <> !important; color: <> !important; @@ -17,11 +18,12 @@ tags: $:/tags/Stylesheet border-radius: 5px; } - +[data-tag-title^="$:/tags/"] .tc-tag-label, +.tc-tag-label[data-tag-title^="$:/tags/"] { + background-color: <> !important; + border-color: <> !important; + color: <> !important; +}