Browse Source

fixed callout link color

REJack 5 years ago
parent
commit
8cee30f14e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/scss/_callout.scss

+ 1 - 1
build/scss/_callout.scss

@@ -20,7 +20,7 @@
   padding: 1rem;
 
   a {
-    color: $white;
+    color: $gray-700;
     text-decoration: underline;
 
     &:hover {