1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-08 23:20:03 +00:00

35 lines
504 B
Plaintext
Raw Normal View History

created: 20240206133241785
modified: 20240208135458608
tags: $:/tags/Stylesheet testTOC
title: test-styles
type: text/vnd.tiddlywiki
2024-02-14 13:41:43 +01:00
.tc-toc-filter> a,
.tc-toc-filter> .tc-toc-caption {
color: darkviolet;
}
2024-02-14 13:41:43 +01:00
.tc-toc-filter> button > svg {
fill: darkviolet;
}
2024-02-14 13:41:43 +01:00
.tc-toc-include > a,
.tc-toc-include > .tc-toc-caption
{
color: green;
}
2024-02-14 13:41:43 +01:00
.tc-toc-include > button > svg {
fill: green;
}
2024-02-14 13:41:43 +01:00
.tc-toc-hide> a,
.tc-toc-hide > .tc-toc-caption
{
color: red;
}
2024-02-14 13:41:43 +01:00
.tc-toc-hide> button > svg {
fill: red;
}