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
+1 -1
View File
@@ -10,5 +10,5 @@ tags: [[$:/tags/Stylesheet]]
position: -ms-sticky;
position: sticky;
top: 0px;
background: #fff;
background: <<colour tiddler-background>>;
}