mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Made hover state on links inside Notes easier to see
ref https://linear.app/tryghost/issue/MOM-282/render-notes-in-the-frontend
This commit is contained in:
parent
6ae20a8d32
commit
ee5a49077d
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ animation: bump 0.3s ease-in-out;
|
|||
}
|
||||
|
||||
.ap-note-content a:hover {
|
||||
color: rgb(219 39 119) !important;
|
||||
color: rgb(190, 25, 99) !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
.ap-note-content p + p {
|
||||
|
|
Loading…
Add table
Reference in a new issue