Files
DefectingCat.github.io/components/pages/gists/gists-code.module.css
2025-05-19 14:41:51 +08:00

15 lines
197 B
CSS

.wrapper {
@apply overflow-hidden rounded;
@apply mb-8 shadow-card;
font-size: 16px;
}
.wrapper pre {
margin: unset;
border-radius: unset;
}
.wrapper .loading span {
margin: unset;
}