style links in bootsstrap alerts

pull/1/head
David Benqué 2019-12-05 11:01:29 +00:00
parent e138dc8c6a
commit 5d599887cf
1 changed files with 5 additions and 0 deletions

View File

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