Commit c774bc53 authored by Medicean's avatar Medicean

(Upgrade: Static/Terminal) 虚拟终端显示文字样式调亮

parent 42602cc9
......@@ -405,7 +405,7 @@
}
@supports (--css: variables) {
.terminal, .cmd {
color: var(--color, #aaa);
color: var(--color, #eee);
background-color: var(--background, #000);
}
.terminal, .cmd, .terminal .terminal-output div div, .cmd .prompt {
......@@ -413,7 +413,7 @@
line-height: calc(var(--size, 1) * 14px);
}
.terminal .inverted, .cmd .inverted {
background-color: var(--color, #aaa);
background-color: var(--color, #eee);
color: var(--background, #000);
}
.cmd .cursor.blink {
......@@ -421,7 +421,7 @@
-moz-animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
-ms-animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
animation: var(--animation, terminal-blink) 1s infinite steps(1, start);
color: var(--color, #aaa);
color: var(--color, #eee);
background-color: var(--background, #000);
margin-bottom: -3px;
}
......
......@@ -88,7 +88,7 @@
}
.terminal, .cmd {
font-family: FreeMono, monospace;
color: #aaa;
color: #eee;
background-color: #000;
font-size: 12px;
line-height: 14px;
......@@ -105,13 +105,13 @@
/*display: inline-block; */
}
.terminal .inverted, .cmd .inverted, .cmd .cursor.blink {
background-color: #aaa;
background-color: #eee;
color: #000;
}
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div span::-moz-selection,
.terminal .terminal-output div div a::-moz-selection {
background-color: #aaa;
background-color: #eee;
color: #000;
}
.terminal .terminal-output div div::selection,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment