mirror of
https://github.com/necauqua/obsidian-page-properties.git
synced 2026-07-22 04:34:19 +00:00
parent
535c6d8fbd
commit
2b7ba28cce
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ body {
|
|||
}
|
||||
|
||||
/* basically a copy of .tag */
|
||||
.page-prop {
|
||||
/* the :not part is again because of the ordering issue (read below) */
|
||||
:not(.cm-hmd-codeblock) > .page-prop {
|
||||
color: var(--page-prop-color);
|
||||
background-color: var(--page-prop-background);
|
||||
border: var(--page-prop-border-width) solid var(--page-prop-border-color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue