Fix notification link color

Closes #772
- Changed notification link color inherit, and added underline
This commit is contained in:
nicoburns 2013-09-17 01:32:59 +01:00
parent 8c76706bb0
commit 09008672b2

View File

@ -941,6 +941,11 @@ nav {
&:hover { color: #fff; }
}
a {
color: inherit;
text-decoration: underline;
}
}
.notification-success {