Parcourir la source

fixed background color

Former-commit-id: eb7636a434d01b143aa6cae1fe333e3823034004
Gildas il y a 6 ans
Parent
commit
e2da0c5429
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      extension/ui/pages/help.css

+ 6 - 0
extension/ui/pages/help.css

@@ -196,6 +196,12 @@ kbd.light,
         background-color: #373737;
     }
 
+    @media (max-width:800px) {
+        body {
+            background-color: #202023;
+        }
+    }
+
     body>div,
     a {
         background-color: #202023;