0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #777 from nicoburns/notification-color-fix

Fix notification link color
This commit is contained in:
John O'Nolan 2013-09-16 18:48:52 -07:00
commit 650bdce220

View file

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