Skip to content

Commit

Permalink
Brighten default/affiliate dark star sub badge (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoupe authored and night committed Jun 30, 2017
1 parent 6fcd2da commit 9ed8f13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/betterttv-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@ body {
background: #111 !important;
}

/* brighten default dark star sub badge */
.ember-chat .badges img.badge[src="https://static-cdn.jtvnw.net/badges/v1/19dd8673-124d-4f44-830c-b0f4f9d78635/1"] {
filter: brightness(6);
}

/* live dashboard */
div#site_header {
background: rgb(30, 30, 30);
border-bottom: 1px solid #444;
}

/* invert dashboard Twitch logo and search hour glass*/
/* invert dashboard Twitch logo and search hour glass */
#site_header #header_inside .svg-logo_twitch path, #site_header #header_inside .svg-nav_search path {
fill: #d3d3d3;
}
Expand Down

0 comments on commit 9ed8f13

Please sign in to comment.