Skip to content

Commit

Permalink
fix(css): Fix code blocks in Ordered Lists items and Unordered Lists …
Browse files Browse the repository at this point in the history
…items
  • Loading branch information
etu committed Aug 29, 2024
1 parent 0963186 commit e4912ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,13 @@ html {
h3,
h4,
div,
ul,
ol,
p {
margin-top: 1rem;
margin-bottom: 1rem;

>code {
code {
background: var(--code-background-color);
color: var(--code-foreground-color);
padding: 0.125rem;
Expand Down
4 changes: 2 additions & 2 deletions test/content/about.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Internal links test: [Start page](/en), [Bad page](/en/foobar)
voluptatem sit voluptas. Est tenetur libero repellat beatae.
- Ut ullam itaque aperiam necessitatibus nihil. Id nesciunt in
provident reprehenderit. Rerum perspiciatis laudantium molestias
voluptatem sit voluptas. Est tenetur libero repellat beatae.
voluptatem sit voluptas. Est tenetur libero `repellat` beatae.

### Heading level 3: Numeric list
1. Sit inventore corrupti corporis voluptate. Cumque deleniti officia
Expand All @@ -30,7 +30,7 @@ Internal links test: [Start page](/en), [Bad page](/en/foobar)
voluptates.
3. Sit inventore corrupti corporis voluptate. Cumque deleniti officia
doloribus reprehenderit iste. Minus consectetur facere deleniti eum
est aut quo tempore. Tempore maiores commodi est porro reiciendis
est aut quo tempore. Tempore maiores commodi est 'porro' reiciendis
voluptates.

#### Heading level 4: Block quotes
Expand Down
4 changes: 2 additions & 2 deletions test/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Internlänkstest: [Startsida](/), [Saknad sida](/foobar)
voluptatem sit voluptas. Est tenetur libero repellat beatae.
- Ut ullam itaque aperiam necessitatibus nihil. Id nesciunt in
provident reprehenderit. Rerum perspiciatis laudantium molestias
voluptatem sit voluptas. Est tenetur libero repellat beatae.
voluptatem sit voluptas. Est tenetur libero `repellat` beatae.

### Heading level 3: Numerisk lista
1. Sit inventore corrupti corporis voluptate. Cumque deleniti officia
Expand All @@ -30,7 +30,7 @@ Internlänkstest: [Startsida](/), [Saknad sida](/foobar)
voluptates.
3. Sit inventore corrupti corporis voluptate. Cumque deleniti officia
doloribus reprehenderit iste. Minus consectetur facere deleniti eum
est aut quo tempore. Tempore maiores commodi est porro reiciendis
est aut quo tempore. Tempore maiores commodi est `porro` reiciendis
voluptates.

#### Heading level 4: Citatblock
Expand Down

0 comments on commit e4912ca

Please sign in to comment.