A version of this userstyle: https://userstyles.org/styles/164238/minified-dark-overcast
that fixes the css for titles to respect dark mode.
Authoradithyabsk
LicenseMIT
Categoryovercast
Created
Updated
Size709 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A version of this userstyle: https://userstyles.org/styles/164238/minified-dark-overcast
that fixes the css for titles to respect dark mode.
/* ==UserStyle==
@name Minified & dark Overcast (v2)
@version 20220301.09.43
@namespace userstyles.world/user/adithyabsk
@description A version of this userstyle: https://userstyles.org/styles/164238/minified-dark-overcast
that fixes the css for titles to respect dark mode.
@author adithyabsk
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://overcast.fm") {
body{
background: #222222;
color: #fff;
}
.fullart_container, .footer{
display: none;
}
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded{
background: #454545;
border: none;
box-shadow: none;
}
.feedcell, .episodecell {
color: #fff;
}
}