diff --git a/mods/side-panel/app.css b/mods/side-panel/app.css index f9c116d..3bfea9e 100644 --- a/mods/side-panel/app.css +++ b/mods/side-panel/app.css @@ -18,7 +18,7 @@ z-index: 99; height: 100vh; background: var(--theme--sidebar); - color: var(--theme--text_ui) !important; + color: var(--theme--text_ui); font-weight: 500; cursor: default; transition: box-shadow 300ms ease-in, width 300ms ease-in-out; @@ -184,7 +184,7 @@ align-items: center; width: 100%; padding: 8px 14px; - color: var(--theme--text_ui); + color: var(--theme--text); font-size: 14px; user-select: none; cursor: pointer; @@ -193,4 +193,4 @@ } .enhancer-panel--switcher-item:hover { background: var(--theme--interactive_hover); -} \ No newline at end of file +}