Does anyone know how to fix this
This is the css I use
html,
body {
background: #0b0d10 !important;
color: #e6e7eb !important;
}
.notice,
.comment,
.preface,
.wrapper,
.region,
.dashboard,
.blurb,
.userstuff,
.bookmark,
.index,
.system,
.listbox {
background: #11141a !important;
border-color: #242a35 !important;
}
.listbox .index li:nth-child(odd),
.blurb .header,
.module .index li:nth-child(odd) {
background: #151924 !important;
}
hr {
border-color: #242a35 !important;
}
.userstuff,
.userstuff p,
.userstuff li {
color: #e6e7eb !important;
line-height: 1.65;
}
blockquote {
border-left: 4px solid #242a35;
color: #a8afbf;
}
a,
a:link,
a:visited {
color: #ff3b3b !important;
text-decoration: none;
}
a:hover,
a:focus {
color: #ff6666 !important;
}
.comment h4,
.comment h4 a,
.comment .meta,
.comment .meta a,
.comment .datetime,
.comment .posted {
color: #ff3b3b !important;
}
.tags .tag,
.fandoms .tag,
.relationships .tag,
.characters .tag,
.freeforms .tag {
background: transparent !important;
color: #ff3b3b !important;
border: 1px solid #ff3b3b !important;
}
.actions a,
.actions input[type=submit],
input[type=submit],
button {
background: #151924 !important;
color: #ff3b3b !important;
border: 1px solid #ff3b3b !important;
}
.actions a:hover,
button:hover,
input[type=submit]:hover {
background: #1c2030 !important;
}
.filters,
.sort-and-filter {
background: #11141a !important;
border-color: #242a35 !important;
}
.filters h3,
.filters legend,
.filters label,
.filters a {
color: #ff3b3b !important;
}
img[alt="Teen And Up Audiences"] + span,
img[alt="Mature"] + span,
img[alt="Explicit"] + span,
img[alt="General Audiences"] + span,
img[alt="Not Rated"] + span,
img[alt="Creator Chose Not To Use Archive Warnings"] + span,
img[alt="No Archive Warnings Apply"] + span,
img[alt="Graphic Depictions Of Violence"] + span,
img[alt="Major Character Death"] + span,
img[alt="Underage"] + span,
img[alt="Rape/Non-Con"] + span {
display: none !important;
}
.stats,
.stats dt,
.stats dd,
.meta {
color: #ff3b3b !important;
}













