Skip to content

Commit

Permalink
style: Readabiliy updates to general theme
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Jan 8, 2024
1 parent 2fa1749 commit 88a7e2b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/global.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
.prose a {
text-decoration: underline;
text-underline-offset: 2px;
}

.prose a code {
padding-inline-start: 0;
padding-inline-end: 0;
}

blockquote.chakra-alert {
align-items: start;
}

blockquote.chakra-alert span.chakra-alert__icon {
margin-top: 1px;
}

blockquote #codeblock > div {
margin-top: 14px;
margin-bottom: 5px;
border-radius: 3px;
}

blockquote div table:first-child {
margin-top: 15px;
margin-bottom: 5px;
}

.codeblock-good > div {
background-color: var(--chakra-colors-green-100);
border-color: var(--chakra-colors-green-300);
Expand Down

0 comments on commit 88a7e2b

Please sign in to comment.