mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-12 21:05:42 +00:00
Apply proper color for target footnote background in markdown (#8492)
* Use footnote-target-background index for the color of the background of target footnote * Apply proper color to palettes
This commit is contained in:
@@ -36,7 +36,7 @@ code-body: yes
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
.markdown a.footnote-ref:target, .markdown .footnote-item:target {
|
||||
background-color: <<colour message-background>>;
|
||||
background-color: <<colour footnote-target-background>>;
|
||||
scroll-margin-top: {{{ [{$:/themes/tiddlywiki/vanilla/options/stickytitles}match[yes]then[120px]else[60px]] }}};
|
||||
}
|
||||
.markdown li > p:first-child {
|
||||
|
||||
Reference in New Issue
Block a user