Fixes minor coloring on CSS editor (#477)
* minor coloring fixes * what the hell
This commit is contained in:
parent
e992e440dc
commit
67c29bbce5
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue