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 */ pre {
.chroma {
color: var(--text); color: var(--text);
background-color: var(--background-50); background-color: var(--background-50);
padding: 1rem; padding: 1rem;
border-radius: 0.5rem; border-radius: 0.5rem;
overflow-x: auto; overflow-x: auto;
}
/* PreWrapper */
.chroma {
.line.prompt::before { .line.prompt::before {
content: "$ "; content: "$ ";
} }