Browse Source

fixed callout link color

REJack 5 năm trước cách đây
mục cha
commit
8cee30f14e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {