mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Fix notification link color
Closes #772 - Changed notification link color inherit, and added underline
This commit is contained in:
parent
8c76706bb0
commit
09008672b2
@ -941,6 +941,11 @@ nav {
|
||||
&:hover { color: #fff; }
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-success {
|
||||
|
Loading…
Reference in New Issue
Block a user