fix link colors in notices

This commit is contained in:
Albert Yi
2018-09-05 13:09:30 -07:00
parent 69b7c9efd0
commit f9f0da0543

View File

@@ -25,6 +25,14 @@ div.ui-dialog {
border: 1px solid #FCEEC1;
background: #FDF5D9;
color: #363636;
a, a:active, a:visited {
color: $link_color;
}
a:hover {
color: $link_hover_color;
}
}
.ui-state-error {