Skip to content

Commit 0be0b84

Browse files
committed
code inherit
1 parent 8720a06 commit 0be0b84

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/generators/web/ui/index.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ div:has(> h1, > h2, > h3, > h4) {
66
gap: 8px;
77
}
88

9-
/* Titles should inherit their font size */
10-
h1 code,
11-
h2 code,
12-
h3 code,
13-
h4 code {
9+
/* Code should inherit its font size */
10+
code {
1411
font-size: inherit;
1512
}
1613

0 commit comments

Comments
 (0)