Browse Source

Merge branch 'try/varia-header-footer-hide' of github.com:Automattic/themes into try/varia-header-footer-hide

Maggie Cabrera 4 years ago
parent
commit
65829ef5c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/variables.css

+ 1 - 1
spearhead/variables.css

@@ -103,7 +103,7 @@
 }
 
 @media ( prefers-color-scheme: dark ) {
-	:root :not(.custom-colors) {
+	:root {
 		--global--color-primary: #ff6a81;
 		--global--color-primary-hover: #ffffff;
 		--global--color-secondary: #b2b2b2;