Update cdd file
parent
f309477888
commit
cc395037f5
|
@ -17,26 +17,5 @@ body {
|
||||||
// h1 {
|
// h1 {
|
||||||
// color: black;
|
// 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);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue