You can also change poal logo's color if you want.
g
{
fill: white !important;
}
body.dark g
{
fill: #4163ac !important;
}
You can also change poal logo's color if you want.
g
{
fill: white !important;
}
body.dark g
{
fill: #4163ac !important;
}
@AOU I’m sure can clear up the issue, he is busy today but I’m sure He’ll look at it shortly.
I'm on it!
Installing IceDragon on a VM and checking now.
You should also think about reducing the size of the blue-title file (down to 20kb gives good result) and re-upload it.
Half a megabyte for the menu title background picture is a little overkill. :D
Nothing related to your browser.
You forgot to use :visited and :hover. I've added the code in your sub's CSS.
body .post .post-heading .title:visited {
color: #0f0 !important;
}
body .post .post-heading .title:hover {
color: #f00 !important;
}
Just change the colors to your liking.
(post is archived)