Skip to content

Commit

Permalink
add button-border
Browse files Browse the repository at this point in the history
  • Loading branch information
reka committed Oct 18, 2023
1 parent 7e530b3 commit 0eab683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media/ide-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
--ide-border: var(--vscode-panel-border);
--ide-primary-btn-text: var(--vscode-button-foreground);
--ide-primary-btn-bg: var(--vscode-button-background);
--ide-primary-btn-border: var(--vscode-button-border);

--ide-highlight: orange;
}

html {
font-size: var(--vscode-font-size);
}
}

0 comments on commit 0eab683

Please sign in to comment.