diff --git a/README.md b/README.md index ee8c35a..d7d2e55 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ If there are any unthemed pages, or other issues such as weird color choices, pl Changelog: +* v1.1.7 - 10/21/2016: + * Rethemed Login & Front page - @link07 + * v1.1.6 - 10/14/2016: * Themed Queue page - @link07 diff --git a/dark.css b/dark.css index 10e5bea..75f00d8 100644 --- a/dark.css +++ b/dark.css @@ -237,7 +237,8 @@ ul.news h3 a, ul.news-abbr h2 a, ul.news-abbr .byline, ul.newsfeed .news-date-la .welcome-forum-category a, /* Front Page Forum stuff category header */ .welcome-pulse-box a, /* Front Page Forum stuff topics */ .welcome-countdown-items a, /* Front Page now showing */ div.acct-nav a, /* Settings Page */ .simulcast-calendar, .calendar-day .day-switcher, .calendar h1 > a, /* /simulcast-calendar */ -.anime-lineup-blurb /* /lineup */ +.anime-lineup-blurb, /* /lineup */ +small, .site-header, .isolated-page-footer, .isolated-page-header, .login-or-signup-page .forms, .std-form input, .std-form select, .std-form textarea /* login page / general */ { color:#eee; } @@ -359,18 +360,27 @@ a.pm-name, a.pm-new-name, .pm-subject, .inbox-nav-contents a color:#eee; } -/* Login page */ -.site-header +/* Login page / new login page */ +.site-header, +.isolated-page-footer, .isolated-page-header, +.login-or-signup-page .forms, .std-form input, .std-form select, .std-form textarea { background-color:#2d2d2d; } -#logo_beta svg +.login-or-signup-page .forms, .std-form fieldset, .std-form p, .std-form input, .std-form select, .std-form textarea +{ + color:#eee; +} + +#logo_beta svg, +.isolated-page-header svg { -webkit-filter:invert(1)grayscale(1); } -#RpcApiUser_Login a.submit .right, #RpcApiUser_Signup a.submit .right +#RpcApiUser_Login a.submit .right, #RpcApiUser_Signup a.submit .right, +.login-or-signup-page main { background-color:#1b1b1b; /* Background color of the website */ } diff --git a/manifest.json b/manifest.json index dc860a7..13ef57d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Dark Skin for Crunchyroll", "short_name": "Dark CR", - "version": "1.1.6", + "version": "1.1.7", "description" : "Adds a toggleable dark theme to Crunchyroll.com", "permissions": [