mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
9 lines
193 B
SCSS
9 lines
193 B
SCSS
._kotlin {
|
|
h2 { @extend %block-heading; }
|
|
h3 { @extend %block-label, %label-blue; }
|
|
code { @extend %label; }
|
|
|
|
td > pre { margin: .5em 0; }
|
|
|
|
.api-docs-breadcrumbs { @extend %note; }
|
|
}
|