Browse Source

fixed links colors on non dark mode

Maggie Cabrera 4 years ago
parent
commit
9511952cce
4 changed files with 3 additions and 3 deletions
  1. 1 1
      spearhead/assets/sass/_header.scss
  2. 1 1
      spearhead/style-rtl.css
  3. 1 1
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 1 - 1
spearhead/assets/sass/_header.scss

@@ -62,7 +62,7 @@ $site-branding-height: 68px;
 				}
 				}
 
 
 				a {
 				a {
-					color: var(--global--color-foreground);
+					color: var(--primary-nav--dropdown-color-link);
 				}
 				}
 			}
 			}
 		}
 		}

+ 1 - 1
spearhead/style-rtl.css

@@ -251,7 +251,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 		top: 114px;
 		top: 114px;
 	}
 	}
 	.site-header .primary-navigation .primary-menu-container a {
 	.site-header .primary-navigation .primary-menu-container a {
-		color: var(--global--color-foreground);
+		color: var(--primary-nav--dropdown-color-link);
 	}
 	}
 }
 }
 
 

+ 1 - 1
spearhead/style.css

@@ -251,7 +251,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 		top: 114px;
 		top: 114px;
 	}
 	}
 	.site-header .primary-navigation .primary-menu-container a {
 	.site-header .primary-navigation .primary-menu-container a {
-		color: var(--global--color-foreground);
+		color: var(--primary-nav--dropdown-color-link);
 	}
 	}
 }
 }
 
 

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff