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:
commit
650bdce220
1 changed files with 5 additions and 0 deletions
|
@ -941,6 +941,11 @@ nav {
|
|||
&:hover { color: #fff; }
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-success {
|
||||
|
|
Loading…
Add table
Reference in a new issue