mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 15:29:56 +00:00
35 lines
504 B
Plaintext
35 lines
504 B
Plaintext
created: 20240206133241785
|
|
modified: 20240208135458608
|
|
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;
|
|
}
|