diff --git a/CSS/themes/readarr/readarr-base.css b/CSS/themes/readarr/readarr-base.css index 9f475bc8..b55ed487 100644 --- a/CSS/themes/readarr/readarr-base.css +++ b/CSS/themes/readarr/readarr-base.css @@ -20,6 +20,7 @@ body { -webkit-background-size: auto, cover; -moz-background-size: auto, cover; -o-background-size: auto, cover; + color: #fff !important; } /* scroller */ ::-webkit-scrollbar-corner { @@ -827,9 +828,40 @@ background-color: hsla(0,0%,100%,.25) !important; color: inherit; text-decoration: none; } + /*Author Page*/ + .ArtistDetails-tab-lWaPK { + color: #FFF; + } + /*Books Tab*/ + .ArtistDetailsSeason-albums-1kcYI { + border: none; + } + /*Series Tab*/ + .AuthorDetailsSeries-albumType-sjbM4 { + border: none; + background-color: rgba(0, 0, 0, .25); + } + .AuthorDetailsSeries-collapseButtonContainer-2gS_Y { + border: none; + background-color: rgba(0, 0, 0, .25); + } + .AuthorDetailsSeries-albumTypeLabel-27tss { + color: #FFF; + } + .AuthorDetailsSeries-albumCount-KYhiA { + color: #FFF; + } + /*Search Tab*/ + .MenuButton-menuButton-3nh0N { + color: #FFF; + } + /*Specific Book Page*/ + .AlbumDetails-tab-1Ax0D { + color: #FFF; + } /*Settings*/ /*Media Management - Root Folders*/ .RootFolders-center-XcFPy { border: 1px solid transparent; background-color: transparent; - } \ No newline at end of file + }