]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
bring back button-color-alt
authorAndy Cochran <acochran@council.nyc.gov>
Wed, 2 Nov 2016 19:08:46 +0000 (15:08 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Thu, 17 Nov 2016 18:30:07 +0000 (13:30 -0500)
scss/settings/_settings.scss

index 6db1710a1c764f83a021b14ed7b790b1fcb5217b..781267c0fd91f05358bec9a4d2b242b0fd007382 100644 (file)
@@ -241,7 +241,8 @@ $button-margin: 0 0 $global-margin 0;
 $button-fill: solid;
 $button-background: $primary-color;
 $button-background-hover: scale-color($button-background, $lightness: -15%);
-$button-color: pick-best-color($button-background);
+$button-color: $white;
+$button-color-alt: $black;
 $button-radius: $global-radius;
 $button-sizes: (
   tiny: 0.6rem,