Quellcode durchsuchen

set link color in alert

Yuki Takei vor 5 Jahren
Ursprung
Commit
4033ff28cf
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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-border-level),
       theme-color-level($color, $alert-color-level)
       theme-color-level($color, $alert-color-level)
     );
     );
+
+    a {
+      color: theme-color-level($color, $alert-color-level - 2) !important;
+    }
   }
   }
 }
 }