Fixes minor coloring on CSS editor (#477)

* minor coloring fixes

* what the hell
This commit is contained in:
Tropical 2020-10-30 11:48:00 -05:00 committed by GitHub
parent e992e440dc
commit 67c29bbce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
align-items: center;
justify-content: space-between;
background: var(--background-secondary-alt);
color: #fff;
color: var(--text-normal);
border: none;
box-shadow: var(--elevation-low);
padding: 5px;

View File

@ -74,7 +74,7 @@
}
.floating-window-buttons .button svg,
.floating-window-buttons .close-button:hover svg path.fill {
.floating-window-buttons .button .fill {
fill: currentColor;
}