Browse Source

remove unconnected change

Ben Dwyer 4 years ago
parent
commit
7f79b14d30
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;