1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 07:16:08 +00:00

Enhance tiddler title for system tiddlers

Now the $:/ part of the name is rendered in grey, making the main part
of the title more prominent.

@tobibeer suggested this a long time ago; good idea!
This commit is contained in:
Jermolene
2014-03-13 17:40:53 +00:00
parent 50cf9678cb
commit f48701544e
4 changed files with 70 additions and 4 deletions

View File

@@ -492,6 +492,10 @@ a.tw-tiddlylink-external:hover {
color: <<colour tiddler-title-foreground>>;
}
.tw-system-title-prefix {
color: <<colour muted-foreground>>;
}
.titlebar img {
height: 1em;
}