Fix simple browser button color for light themes

This commit is contained in:
Matt Bierner 2021-01-14 17:05:34 -08:00
parent cc5e8b22fa
commit 1e3a23b4e0

View file

@ -46,7 +46,7 @@ button {
text-align: center;
outline: 1px solid transparent;
outline-offset: 2px !important;
color: var(--vscode-button-foreground);
color: var(--vscode-icon-foreground);
background: none;
}