We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67445e0 commit 5fc0373Copy full SHA for 5fc0373
docs/src/styles/terminal.css
@@ -47,7 +47,7 @@ pre.terminal p {
47
overflow-x: auto;
48
}
49
50
-pre.astro-code + pre.terminal {
+div.expressive-code + pre.terminal {
51
margin-top: 0;
52
border-top-width: 0;
53
docs/src/styles/typography.css
@@ -2,3 +2,7 @@ span.math {
2
font-family: serif;
3
font-style: italic;
4
5
+
6
+.ec-line::before {
7
+ content: "$ ";
8
+}
0 commit comments