1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-01 19:59:09 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/test-styles.tid

42 lines
588 B
Plaintext

created: 20240206133241785
modified: 20240723110610801
tags: $:/tags/Stylesheet testTOC
title: test-styles
type: text/vnd.tiddlywiki
.tc-toc-filter> a,
.tc-toc-filter> .tc-toc-caption {
color: darkviolet;
}
.tc-toc-filter> button > svg {
fill: darkviolet;
}
.tc-toc-include > a,
.tc-toc-include > .tc-toc-caption
{
color: green;
}
.tc-toc-include > button > svg {
fill: green;
}
.tc-toc-hide> a,
.tc-toc-hide > .tc-toc-caption
{
color: red;
}
.tc-toc-hide> button > svg {
fill: red;
}
.toc-item-muted {
margin-left: .25em;
}
.tc-toc-unlinked {
margin-left: .5em;
}