mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Fix tiddler title background colour for sticky titles
This commit is contained in:
parent
70c8659948
commit
b3dcd7d625
@ -10,5 +10,5 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
position: -ms-sticky;
|
position: -ms-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
background: #fff;
|
background: <<colour tiddler-background>>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user