Skip to content

Commit

Permalink
-Improvements and bug fixes to support current theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandUdv committed May 2, 2020
1 parent 5f538ef commit 90ed9cb
Showing 1 changed file with 152 additions and 97 deletions.
249 changes: 152 additions & 97 deletions GooglePodcasts.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* @name Google Podcasts - Dark Theme
* @version v1.01
* @version v1.02
* @description Dark Theme made for Google Podcasts
* @author Techusiast - RolandUdv
* @website http://techusiast.com/
Expand All @@ -8,101 +8,156 @@
* @license CC-BY
*/

@-moz-document domain("podcasts.google.com"), domain("podcasts.google.com/") {
@-moz-document domain("podcasts.google.com"),
domain("podcasts.google.com/") {

/* Auto dark theme */
@media (prefers-color-scheme: dark){
.body, .gb_Sc, .gb_Nd, .T4LgNb, .zQTmif, .SSPGKf, .gb_sa, .gb_Za, .gb_Se, .gb_Dc {
background-color:rgb(29, 29, 29)!important;
/*background-color: #555;*/
}

/* links */
a, .VWm4C {
color: #e1e1e1;
font-weight: 900;
}

/* titles */
.eWeGpe, .yhFgtf, .TzqEyd, .ldf2Je, .P3lo3b, .NoOODc, .VPytgf, .JCi0he {
color: #fff;
font-weight: 900;
}

/* sub headers */
.yFWEIe, .QH3hte, .OTz6ee, .e3ZUqe, .b1VRX {
color: #e8e8e8;
font-weight: 500;
}

.rJSq7e, .LrApYe, .yIsD9b, .OoINtf, .QQKgBc {
color: #e1e1e1;
}

/* podcast lenght and links */
.PGfkhc, .X4Ebjb, .II6i7d {
color: #fff;
font-weight: 700;
}

/* player */
.dq2Yed {
background-color:rgb(45, 45, 45)!important;
}

/* player podcast title */
.Ut8Gr {
color: #e1e1e1;
font-weight: 700;
}

/* time left, bottom left side*/
.MBPL8b {
color: #e8e8e8;
font-weight: 600;
}

/* player icons */
.DPvwYc, .UO8XJc {
color: #e1e1e1;
}

/* time left */
.oG0wpe {
color: #e8e8e8;
font-weight: 600;
}

/* google search */
.gb_pf, .gb_mf, .gb_Se, .gb_Te.gb_mf {
background-color: #555;
/*color: #e1e1e1*/
}

/* Play episode button */
.TzKEec {
background-color: #555;
}

/* Search button */
.gb_Te {
background-color: #555;
}
/* Search button icon */
.gb_Te button svg, .gb_Te button img {
color: #e8e8e8!important;
}

/* Search text */
.Ax4B8, .ZAGvjd {
/*background-color: #555;*/
color: #e8e8e8!important;
}

/* Sidebar menu */
.gb_Ec {
background-color:rgb(49, 49, 49)!important;
color: #e8e8e8!important;
}

@media (prefers-color-scheme: dark) {

.body,
.gb_Sc,
.gb_Nd,
.T4LgNb,
.zQTmif,
.SSPGKf,
.gb_sa,
.gb_Za,
.gb_Se,
.gb_Dc {
background-color: rgb(29, 29, 29) !important;
/*background-color: #555;*/
}

/* links */
a,
.VWm4C {
color: #e1e1e1;
font-weight: 900;
}

/* titles */
.eWeGpe,
.yhFgtf,
.TzqEyd,
.ldf2Je,
.P3lo3b,
.NoOODc,
.VPytgf,
.JCi0he,
.ituUWd,
.aQmJ7 {
color: #fff;
font-weight: 900;
}

/* Unsubscribe button */
.iRFtyd {
color: #fff;
font-weight: 600;
}

/* sub headers */
.yFWEIe,
.QH3hte,
.OTz6ee,
.e3ZUqe,
.b1VRX,
.cZ7rRd {
color: #e8e8e8;
font-weight: 500;
}

.rJSq7e,
.LrApYe,
.yIsD9b,
.OoINtf,
.QQKgBc {
color: #e1e1e1;
}

/* podcast lenght and links */
.PGfkhc,
.X4Ebjb,
.II6i7d {
color: #fff;
font-weight: 700;
}

/* player */
.dq2Yed {
background-color: rgb(45, 45, 45) !important;
}

/* player podcast title */
.Ut8Gr {
color: #e1e1e1;
font-weight: 700;
}

/* time left, bottom left side*/
.MBPL8b {
color: #e8e8e8;
font-weight: 600;
}

/* player icons */
.DPvwYc,
.UO8XJc {
color: #e1e1e1;
}

/* time left */
.oG0wpe {
color: #e8e8e8;
font-weight: 600;
}

/* google search */
.gb_pf,
.gb_mf,
.gb_Se,
.gb_Te.gb_mf,
.gb_3e {
background-color: #555;
/*color: #e1e1e1*/
}

/* Play episode button */
.TzKEec {
background-color: #555;
}

/* Search button */
.d1dlne,
.gb_3e,
.gb_Df,
.gb_wf,
.gb_zf {
background-color: #555;
}

/* Search button icon */
.gb_Te button svg,
.gb_Te button img {
color: #e8e8e8 !important;
}

/* Search text */
.Mxgq5c {
/* background-color: #555; */
color: #e8e8e8 !important;
}

/* Sidebar menu */
.gb_Nc,
.gb_Rc {
background-color: rgb(49, 49, 49) !important;

}

.fIqyif,
.TvLR0 {
color: #e8e8e8 !important;
}
}
}
}

0 comments on commit 90ed9cb

Please sign in to comment.