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

Commit 824166f

Browse files
add css to pre tags inside .speech-body class
1 parent 8fdb78b commit 824166f

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)