Hello,
I CSSed title of every pages with this
And i create custom CSS for some prefixes, like this
Works fine except when the prefixe is displayed with the thread title, the prefixe text is colored with the color of the thread title rgb(242, 94, 35)
I missing something ? This behaviour doesn't occur with original prefixes.
Thanks !
I CSSed title of every pages with this
Less:
.p-title-value {
font-size: 26px;
font-weight: 400;
color: rgb(242, 94, 35);
}
Less:
.php {
font-size: 80%;
background: rgb(240, 0, 114);
padding : 0 5px;
border-radius: 2px;
}
a .php {
color: white;
}
I missing something ? This behaviour doesn't occur with original prefixes.
Thanks !