15 lines
No EOL
207 B
CSS
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;
|
|
} |