Quoted By:
Ran into some troubles with X-Links' background going black and making text unreadable
I couldn't find any options for styling so I made a userstyle with the following that worked:
.xl-theme {
background: #fff !important;
color: #000 !important;
font-family: Merriweather !important;
}
problem being, now my links are also black
any ideas?