color adjustments
This commit is contained in:
parent
5cd8042819
commit
9a3a013b5b
@ -1,8 +1,8 @@
|
|||||||
:root {
|
:root {
|
||||||
--foregroundColor: #222;
|
--foregroundColor: #555;
|
||||||
--backgroundColor: rgba(245, 245, 245, 0.98);
|
--backgroundColor: rgba(245, 245, 245, 0.98);
|
||||||
--textFieldBorderColor: #e7e7e7;
|
--textFieldBorderColor: #e7e7e7;
|
||||||
--highlightFGColor: #000;
|
--highlightFGColor: #444;
|
||||||
--highlightBGColor: #d2dee4;
|
--highlightBGColor: #d2dee4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,11 +73,16 @@
|
|||||||
.command {
|
.command {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
color: var(--foregroundColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
.command strong, .highlightedCommand strong {
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.command .faded {
|
.command .faded {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: #555;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlightedCommand {
|
.highlightedCommand {
|
||||||
|
@ -296,7 +296,7 @@ class FindBar extends Component {
|
|||||||
<span><Icon type="search"/>Search... </span> :
|
<span><Icon type="search"/>Search... </span> :
|
||||||
<span className={styles.faded}><Icon type="search"/>Search for: </span>
|
<span className={styles.faded}><Icon type="search"/>Search for: </span>
|
||||||
}
|
}
|
||||||
{this.state.value}</span>
|
<strong>{this.state.value}</strong></span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user