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;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: var(--background-secondary-alt);
|
background: var(--background-secondary-alt);
|
||||||
color: #fff;
|
color: var(--text-normal);
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: var(--elevation-low);
|
box-shadow: var(--elevation-low);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-window-buttons .button svg,
|
.floating-window-buttons .button svg,
|
||||||
.floating-window-buttons .close-button:hover svg path.fill {
|
.floating-window-buttons .button .fill {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue