1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-25 04:46:55 +00:00

Fix tiddler title background colour for sticky titles

This commit is contained in:
Jermolene 2014-10-07 20:41:22 +01:00
parent 70c8659948
commit b3dcd7d625

View File

@ -10,5 +10,5 @@ tags: [[$:/tags/Stylesheet]]
position: -ms-sticky;
position: sticky;
top: 0px;
background: #fff;
background: <<colour tiddler-background>>;
}