Explorar el Código

fix more bugs in the color annotations

Ben Dwyer hace 4 años
padre
commit
9a9fdd7963
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      spearhead/variables.css

+ 3 - 2
spearhead/variables.css

@@ -11,6 +11,7 @@
 	--global--color-foreground: #000000;
 	--global--color-foreground-low-contrast: #333333;
 	--global--color-background: #fff;
+	--global--color-background-high-contrast: #F9F9F9;
 	--global--color-border: var(--global--color-secondary);
 	/* Font Weight */
 	--global--font-weight: 500;
@@ -89,7 +90,7 @@
 	--list--font-family: var(--global--font-secondary);
 
 	/* Sticky Posts */
-	--sticky-posts--color-background: #F9F9F9;
+	--sticky-posts--color-background: var(--global--color-background-high-contrast);
 	--sticky-posts--entry-title-font-size: 24px;
 	--sticky-posts--entry-content-font-size: 20px;
 	--sticky-posts--alt-color-background: var(--global--color-background);
@@ -115,7 +116,7 @@
 		--global--color-text-selection: #000000;
 		--sticky-posts--color-background: var(--global--color-background);
 		--sticky-posts--alt-color-background: var(--global--color-background-high-contrast);
-		--primary-nav--color-background: var(--sticky-posts--alt-color-background);
+		--primary-nav--color-background: var(--global--color-background-high-contrast);
 		--primary-nav--dropdown-color-link: var(--global--color-foreground);
 	}
 }