procyon/.storybook/styles/override.css
2021-08-03 09:04:50 +02:00

15 lines
No EOL
207 B
CSS

.list-none {
list-style: none !important;
}
.sbdocs-pre code span {
font-weight: bold !important;
}
code span, code .token {
font-family: monospace !important;
}
h2 {
border-bottom: none !important;
}