chore: styles
This commit is contained in:
parent
b92b2524bc
commit
6b9f329cce
3 changed files with 8 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue