Skip to content

Commit

Permalink
fix #213647
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jun 3, 2024
1 parent 784e5bd commit 6d7d5cf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
*--------------------------------------------------------------------------------------------*/

.monaco-workbench .pane-body.integrated-terminal .terminal-initial-hint {
color: var(--vscode-input-placeholderForeground);
color: var(--vscode-editorGhostText-foreground);
}
.monaco-workbench .pane-body.integrated-terminal .terminal-initial-hint a {
cursor: pointer;
color: var(--vscode-textLink-foreground);
}

.monaco-workbench .pane-body.integrated-terminal .terminal-initial-hint a,
Expand Down

0 comments on commit 6d7d5cf

Please sign in to comment.