chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-10 17:43:22 -07:00
parent b92b2524bc
commit 6b9f329cce
No known key found for this signature in database
3 changed files with 8 additions and 6 deletions

View file

@ -19,15 +19,17 @@ pre {
padding: var(--spacing-lg);
margin: var(--sizing-xl) 0;
overflow: auto;
background: var(--gray-1000);
border: 1px solid var(--gray-200);
}
:not(pre) > code {
padding: var(--spacing-xs);
white-space: normal;
}
pre,
:not(pre) > code {
background: var(--gray-1000);
border-radius: var(--border-radius-slight);
border: 1px solid var(--gray-200);
}
.namespace {