style links in bootsstrap alerts

pull/1/head
David Benqué 5 years ago
parent e138dc8c6a
commit 5d599887cf

@ -526,7 +526,12 @@
background-color: @alertify-base; background-color: @alertify-base;
color: @alertify-fg; color: @alertify-fg;
border-color: @alertify-fg; border-color: @alertify-fg;
a {
color: @alertify-fg;
text-decoration: underline;
}
} }
} }
} }

Loading…
Cancel
Save