Here's an updated version of my Stylish link fix that now also makes those blue code fields readable:
Spoiler Alert, click show to read:
Here's an updated version of my Stylish link fix that now also makes those blue code fields readable:
Spoiler Alert, click show to read:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("totalwar.org") {
.bbcode_code {
color: black !important;
background-color: white !important;
}
a {
color: #E25822 !important;
text-decoration: underline !important;
}
a:hover {
color: red !important;
text-decoration: underline overline !important;
}
}
Bookmarks