mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fix notification link color
Closes #772 - Changed notification link color inherit, and added underline
This commit is contained in:
parent
8c76706bb0
commit
09008672b2
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