Skip to content

Commit

Permalink
Tweak style of modules to flake article
Browse files Browse the repository at this point in the history
  • Loading branch information
NobbZ committed Jun 17, 2024
1 parent f33fa72 commit 52602ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,24 @@ body {
@apply p-1;
@apply rounded-[4px];
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
code {
@apply bg-[color-mix(in_srgb,var(--background-color),var(--text-color)_15%)];
@apply p-0.5;
@apply rounded-sm;
}
}

ol {
@apply list-[upper-roman];
@apply list-outside;
@apply pl-8;
}

ul {
@apply list-disc;
@apply list-outside;
@apply pl-8;
}
}

0 comments on commit 52602ca

Please sign in to comment.