Browse Source

set link color in alert

Yuki Takei 5 years ago
parent
commit
4033ff28cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss

+ 4 - 0
src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss

@@ -59,6 +59,10 @@ $theme-colors: map-merge($theme-colors, $colors);
       theme-color-level($color, $alert-border-level),
       theme-color-level($color, $alert-color-level)
     );
+
+    a {
+      color: theme-color-level($color, $alert-color-level - 2) !important;
+    }
   }
 }