Fix unhighlighted code styles
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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: "$ ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user