* Reorganize SCSS without changing any of the properties or values * Mis-moved a few files * Split up "other"
24 lines
258 B
SCSS
24 lines
258 B
SCSS
summary {
|
|
outline: none;
|
|
}
|
|
|
|
.markdown-body {
|
|
summary {
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
display: inline-block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|