From cc395037f571d9197c5795ca7034b06b8473cffc Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Mon, 28 Aug 2023 05:56:40 -0400 Subject: [PATCH] Update cdd file --- src/site/styles/custom-style.scss | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/site/styles/custom-style.scss b/src/site/styles/custom-style.scss index fd5b266..f756694 100644 --- a/src/site/styles/custom-style.scss +++ b/src/site/styles/custom-style.scss @@ -17,26 +17,5 @@ body { // h1 { // color: black; // } - -body.title-note-icon .cm-s-obsidian > header > h1[data-note-icon="r2"]::before, -body.filetree-note-icon .filename[data-note-icon="r2"]::before, -body.links-note-icon .internal-link[data-note-icon="r2"]::before, -body.backlinks-note-icon .backlink[data-note-icon="r2"]::before { - background-image: url(/img/icons8-r2-d2.svg); -} - -body.title-note-icon .cm-s-obsidian > header > h1[data-note-icon="jedi"]::before, -body.filetree-note-icon .filename[data-note-icon="jedi"]::before, -body.links-note-icon .internal-link[data-note-icon="jedi"]::before, -body.backlinks-note-icon .backlink[data-note-icon="jedi"]::before { - background-image: url(/img/icons8-jedi-order.svg); -} - -body.title-note-icon .cm-s-obsidian > header > h1[data-note-icon="starwars"]::before, -body.filetree-note-icon .filename[data-note-icon="starwars"]::before, -body.links-note-icon .internal-link[data-note-icon="starwars"]::before, -body.backlinks-note-icon .backlink[data-note-icon="starwars"]::before { - background-image: url(/img/icons8-star-wars.svg); -} }