]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Use correct border (closes #786) 978/head
authorDaniel Ruf <mac1@daniel-ruf.de>
Sun, 22 Dec 2019 12:36:51 +0000 (13:36 +0100)
committerDaniel Ruf <mac1@daniel-ruf.de>
Sun, 22 Dec 2019 12:37:41 +0000 (13:37 +0100)
scss/components/_callout.scss

index 17ae6dde84d21f2626aec0eb61592719d2bec8a9..2b7be005f3df915390b21f3d4b9cb0d6cb533a9f 100644 (file)
@@ -55,7 +55,7 @@ th.callout-inner {
 
   &.primary {
     background: scale-color($primary-color, $lightness: $callout-background-fade);
-    border: $callout-border-secondary;
+    border: $callout-border-primary;
     color: $black;
   }