style links in bootsstrap alerts

This commit is contained in:
David Benqué
2019-12-05 11:01:29 +00:00
parent e138dc8c6a
commit 5d599887cf

View File

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