Skip to content

Commit b817746

Browse files
authored
style: do not style stderr as red (#7472)
Diagnostic output is often written to stderr, and the red color can be alarming.
1 parent c6d0c56 commit b817746

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

frontend/src/components/editor/output/Outputs.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,15 @@
4747
font-size: 0.813rem;
4848
}
4949

50-
.marimo-error,
51-
.stderr {
52-
font-weight: bold;
53-
54-
@apply text-error;
55-
}
56-
5750
.marimo-error {
5851
background: #ffc0cb30;
5952
padding: 3%;
6053
font-size: 0.8125rem;
54+
font-weight: bold;
6155
border-radius: 20px;
6256
white-space: pre-wrap; /* respect newlines */
57+
58+
@apply text-error;
6359
}
6460

6561
.marimo-json-output {

0 commit comments

Comments
 (0)