Hi Mert
I have seen similar topic from 3 years ago but it does not solve my problem.
I used to use custom CSS to change the link color and hover on my project pages. I am creating a new project and it doesn't work. It works in rest of the pages.
a{
color: #bf2a2a;
}
a:hover {
text-decoration: underline;
}
Do you know how could I fix it?
Thank you
Best,
Julia