Browse Source

Merge pull request #714 from Aurorum/fix/711-mobile-toggle

Independent Publisher 2: Fix Menu Toggle Colour not Changing
Caroline Moore 4 years ago
parent
commit
d9ac6d0323
1 changed files with 1 additions and 2 deletions
  1. 1 2
      independent-publisher-2/style.css

+ 1 - 2
independent-publisher-2/style.css

@@ -835,8 +835,7 @@ input::-moz-focus-inner {
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
 	font-size: 17px;
 	font-weight: bold;
-	line-height: 1;
-	color: #a4a4a4;
+	line-height: 1;	
 	border: solid 2px currentColor;
 	border-radius: 4px;
 	background: none;