0
Fork 0
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:
Djordje Vlaisavljevic 2024-08-14 16:07:49 +01:00
parent 6ae20a8d32
commit ee5a49077d

View file

@ -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 {