mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fix notification link color
Closes #772 - Changed notification link color inherit, and added underline
This commit is contained in:
parent
1870d00eef
commit
5443094c20
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