Parcourir la source

fixed border color

Former-commit-id: 52d8abf9fd6c73165a8b7bd3043b5847b38e6ac3
Gildas il y a 6 ans
Parent
commit
3804aba32f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      extension/ui/pages/options.css

+ 4 - 0
extension/ui/pages/options.css

@@ -514,6 +514,10 @@ html.maximized {
         color: #fdfdfd;
     }
 
+    .maximized main {
+        border-color: rgb(81, 81, 81);
+    }
+
     .new-window-link img,
     .profiles button img {
         filter: invert(100%);