From d736d3504ee1445254580fb3ffc538663cc6cb27 Mon Sep 17 00:00:00 2001 From: jdanielmourao Date: Wed, 5 Jan 2022 18:18:32 +0000 Subject: [PATCH] footnotes ref now has accent color --- obsidian.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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