mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix wrong colors
This commit is contained in:
parent
6e3ab22a07
commit
5ccb1cb2ac
@ -86,8 +86,9 @@
|
|||||||
--line-text-color: #f2f4f2;
|
--line-text-color: #f2f4f2;
|
||||||
--line-svg-fill: var(--line-text-color);
|
--line-svg-fill: var(--line-text-color);
|
||||||
--line-svg-hover-fill: #eceeec;
|
--line-svg-hover-fill: #eceeec;
|
||||||
--line-selected-border-color: #f0f1f0;
|
--line-selected-border-color: rgb(193, 195, 193);
|
||||||
--line-separator-color: #f6f7f6;
|
--line-separator-color: rgb(126, 126, 126);
|
||||||
|
--line-meta-line1-color: rgb(150, 152, 150);
|
||||||
|
|
||||||
--base-background: rgba(21, 23, 21, 1);
|
--base-background: rgba(21, 23, 21, 1);
|
||||||
|
|
||||||
@ -150,7 +151,7 @@
|
|||||||
--term-green: #4e9a06;
|
--term-green: #4e9a06;
|
||||||
|
|
||||||
// semantic vars based on --term-green
|
// semantic vars based on --term-green
|
||||||
--line-active-border-color: #8ebb39;
|
--line-active-border-color: rgb(97, 158, 72);
|
||||||
|
|
||||||
--term-yellow: #c4a000;
|
--term-yellow: #c4a000;
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.meta.meta-line1 {
|
.meta.meta-line1 {
|
||||||
color: var(--line-text-color) !important;
|
color: var(--line-meta-line1-color) !important;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -371,7 +371,7 @@
|
|||||||
svg {
|
svg {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
fill: var(--line-text-color);
|
fill: var(--line-meta-line1-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -385,7 +385,7 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
svg {
|
svg {
|
||||||
fill: var(--line-text-color);
|
fill: var(--line-meta-line1-color);
|
||||||
&:hover {
|
&:hover {
|
||||||
fill: var(--line-svg-hover-fill);
|
fill: var(--line-svg-hover-fill);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user