Fix unhighlighted code styles

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-12 12:05:37 +01:00
parent de272212ca
commit 4e37655a16

View File

@@ -1,11 +1,13 @@
/* PreWrapper */
.chroma {
pre {
color: var(--text);
background-color: var(--background-50);
padding: 1rem;
border-radius: 0.5rem;
overflow-x: auto;
}
/* PreWrapper */
.chroma {
.line.prompt::before {
content: "$ ";
}