Skip to content

Commit c520f9a

Browse files
Stephan AngoStephan Ango
authored andcommitted
Fix for tags in code blocks
1 parent 4ad9220 commit c520f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

obsidian.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Minimal Obsidian 3.0.6 by @kepano
3+
Minimal Obsidian 3.0.7 by @kepano
44
55
This theme is designed to be used with the Minimal Theme Settings
66
plugin and the Hider plugin.
@@ -1139,7 +1139,7 @@ body, input, button,
11391139
/* Tags */
11401140

11411141
.frontmatter-container .tag,
1142-
.tag {
1142+
p .tag {
11431143
background-color:transparent;
11441144
border:1px solid var(--background-modifier-border);
11451145
color:var(--text-muted);
@@ -1152,7 +1152,7 @@ body, input, button,
11521152
margin:2px 0 0 0;
11531153
border-radius:14px;
11541154
}
1155-
.tag:hover {
1155+
p .tag:hover {
11561156
color:var(--text-normal);
11571157
border-color:var(--background-modifier-border-hover);
11581158
}

0 commit comments

Comments
 (0)