]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update Callout Styling 799/head
authorLeon Hagendijk <LeonidasJP@users.noreply.github.com>
Mon, 19 Jun 2017 13:43:24 +0000 (15:43 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 13:43:24 +0000 (15:43 +0200)
See Issue #798 in main project: Callouts of classes success, warning and alert were having light text on light background

scss/components/_callout.scss

index 17ae6dde84d21f2626aec0eb61592719d2bec8a9..cfd5632cfab38435b61d4154bd2c5b66a80820a2 100644 (file)
@@ -68,18 +68,18 @@ th.callout-inner {
   &.success {
     background: scale-color($success-color, $lightness: $callout-background-fade);
     border: $callout-border-success;
-    color: $white;
+    color: $black;
   }
 
   &.warning {
     background: scale-color($warning-color, $lightness: $callout-background-fade);
     border: $callout-border-warning;
-    color: $white;
+    color: $black;
   }
 
   &.alert {
     background: scale-color($alert-color, $lightness: $callout-background-fade);
     border: $callout-border-alert;
-    color: $white;
+    color: $black;
   }
 }