diff --git a/src/styles/builtins/customcss.css b/src/styles/builtins/customcss.css index afc27464..519da384 100644 --- a/src/styles/builtins/customcss.css +++ b/src/styles/builtins/customcss.css @@ -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; diff --git a/src/styles/ui/floatingwindow.css b/src/styles/ui/floatingwindow.css index ec2888e5..b0e81367 100644 --- a/src/styles/ui/floatingwindow.css +++ b/src/styles/ui/floatingwindow.css @@ -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; }