Skip to content

Commit

Permalink
Style the terminal frame and join with the following block
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 26, 2023
1 parent 67445e0 commit 5fc0373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/styles/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pre.terminal p {
overflow-x: auto;
}

pre.astro-code + pre.terminal {
div.expressive-code + pre.terminal {
margin-top: 0;
border-top-width: 0;
}
4 changes: 4 additions & 0 deletions docs/src/styles/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ span.math {
font-family: serif;
font-style: italic;
}

.ec-line::before {
content: "$ ";
}

0 comments on commit 5fc0373

Please sign in to comment.