Skip to content

Commit

Permalink
theme color text fixes for view logs (#850)
Browse files Browse the repository at this point in the history
Fixes #851
  • Loading branch information
rosanch committed Mar 15, 2019
1 parent 61e2019 commit 0545315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style/acr-logs/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.accordion {
background-color: var(--vscode-editor-background);
color: var(--color);
color: var(--vscode-editor-foreground);
cursor: pointer;
margin: 0px;
height: 30px;
Expand Down Expand Up @@ -83,7 +83,7 @@ h2 {
body {
padding: 0px;
width: 100%;
color: var(--color);
color: var(--vscode-editor-foreground);
}

.logConsole {
Expand Down Expand Up @@ -325,6 +325,7 @@ main {
box-sizing: border-box;
display: none;
background-color: var(--vscode-list-hoverBackground);
border: var(--vscode-dropdown-border);
color: var(--vscode-list-foreground);
text-align: center;
padding: 5px 16px;
Expand Down

0 comments on commit 0545315

Please sign in to comment.