diff --git a/obsidian.css b/obsidian.css index deb688a..edff24d 100644 --- a/obsidian.css +++ b/obsidian.css @@ -407,3 +407,11 @@ a.tag {} /*Reading Mode*/ /*Embed Link*/ .markdown-embed-link {} .file-embed-link {} + + +/*--Footnotes--*/ + +.markdown-preview-view .footnotes {} /*Reading View*/ + +/*Reference Number in text*/ +.cm-s-obsidian span.cm-footref { /*Editing View*/ \ No newline at end of file