mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
10 lines
139 B
SCSS
10 lines
139 B
SCSS
code {
|
|
padding: .5pt 5pt;
|
|
border: 2px transparent solid;
|
|
}
|
|
|
|
code:has(pre) {
|
|
display: block;
|
|
width: fit-content;
|
|
margin: 1em 0;
|
|
}
|