From 67c29bbce5bff4e87ed7cdf96d7d4d0e10429367 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+Tropix126@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:48:00 -0500 Subject: [PATCH] Fixes minor coloring on CSS editor (#477) * minor coloring fixes * what the hell --- src/styles/builtins/customcss.css | 2 +- src/styles/ui/floatingwindow.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }