bannerBaka-UpdatesManga
Manga Poll
Do you prefer reading a completed or ongoing series?
I only read completed series
I prefer reading completed series but dabble in ongoing series
I don't care
I prefer reading ongoing series but dabble in completed series
I only read ongoing series
 
mascot
Manga is the Japanese equivalent of comics
with a unique style and following. Join the revolution! Read some manga today!

RSS Feed

visited manga color

You must be registered to post!
From User
Message Body
user avatar
Member


7 years ago
Posts: 1

Hey guys, I couldn't find a better place to post this, sorry. So, I've been trying to change the color of the visited links for manga, but my lack of experience ain't helping. So far I managed to do this https://i.imgur.com/vhGMGTl.png but I can't get rid of this at the bottom of the page https://i.imgur.com/wY37GVE.png and it's kinda tilting me, so... I would be glad if anyone could help me, because it's impossible to live without the visited link colors, it's too useful to find new manga.
(For those who didn't understand, I want the visited link colors of the bottom to be normal, I only want to change the visited link colors of the manga. Sorry, english is not my first language)

This is the css I'm using:

a:visited {
color: #FE8DAB;
}

.releasestitle a:link, .releasestitle a:visited {
color: #52667C;
font-size: 1.00em;
font-weight: bold;
text-decoration: none;
}
.right_content a:link, .right_content a:visited {
color: #52667C;
text-decoration: none;
} .right_content a:active, .right_content a:hover {
COLOR: #DA8F36;
text-decoration: none;
}

a:active, a:hover {
color: #DA8F36;
text-decoration: none;
}


You must be registered to post!