Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 2580708

Browse files
authored
Merge pull request #217 from codewizardshq/format-pre-blocks
add css to pre tags inside .speech-body class
2 parents 8fdb78b + 824166f commit 2580708

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/application.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@
1313
font-family: "Barlow", sans-serif;
1414
}
1515
}
16+
17+
.speech-body pre {
18+
background-color: black;
19+
padding: 2px 5px;
20+
margin-top: 2px;
21+
margin-bottom: -20px;
22+
}
1623
}

0 commit comments

Comments
 (0)