Skip to content

Commit 91352fb

Browse files
committed
fixed terminal colors
1 parent a1d9d77 commit 91352fb

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

app/static/css/main.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ h4 { font-size: 18px; }
133133
h5 { font-size: 16px; }
134134
h6 { font-size: 14px; font-weight: 600; }
135135

136-
p, span, div, label {
137-
color: var(--w11-text-primary);
138-
transition: color var(--w11-duration-normal) var(--w11-ease-standard);
139-
}
136+
140137

141138
small {
142139
color: var(--w11-text-secondary);

app/static/css/terminal.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@
147147
background-color: #0c0c0c !important;
148148
}
149149

150-
/* Ensure xterm.js text color from JS theme is respected */
151-
.terminal-display .xterm-rows span {
152-
color: #cccccc !important; /* Matches foreground in getTerminalColors() */
153-
}
154-
155150
/* The following rules for cursor and selection should be removed or commented out
156151
.terminal-display .xterm-cursor-layer .xterm-cursor {
157152
background-color: #ffffff !important;

0 commit comments

Comments
 (0)