Browse Source

fix bacground color

Gildas 3 years ago
parent
commit
c40319815b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extension/ui/pages/options.css

+ 1 - 1
src/extension/ui/pages/options.css

@@ -617,7 +617,7 @@ html.maximized {
     button,
     select,
     .popup-content {
-        background-color: #202023;
+        background-color: #23222b;
         color: #fdfdfd;
     }