1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/stylesheets/extended-markdown.scss
Kevin Heis a7623cdb62 Reorganize SCSS without changing any of the properties or values (#18963)
* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
2021-04-26 16:18:25 +00:00

18 lines
278 B
SCSS

.extended-markdown p {
margin: 0;
}
.extended-markdown p:not(:first-child) {
margin-top: 15px;
}
.extended-markdown.note pre {
background: none;
padding: 10px 10px 10px 0;
margin-bottom: 0;
}
.extended-markdown.note pre code {
color: var(--color-text-primary);
}