A Dark Mode theme for Trakt.tv
- Install Stylus extension for Chrome or Firefox
- Go to Trakt.tv and Click on the extension icon, then look for where it says Write extension for: URL and click the URL path, a new tab will open with an editor.
- copy the CSS from the style.styl and paste it in the editor.
- On the left side of the editor look for the Save button and click to save and that's all, changes will be applied immediatly.
- Added rounded border for posters, fantarts
- Remove VIP Ads in Calendar, search result
- Transparency for Movie/TV details
Dark mode is toggle only when system is set to darkmode to have it constantly, just remove all the CSS out of the media query roule
@media (prefers-color-scheme: dark) {
}
The blur from the screenshot are from my system not the theme