Skip to content

Commit

Permalink
Update YouTubeDeepDarkMaterial.css
Browse files Browse the repository at this point in the history
2.3.0 playlist tittle fix
  • Loading branch information
RaitaroH authored Oct 3, 2017
1 parent a464eaf commit 03e2029
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion YouTubeDeepDarkMaterial.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*For the new Material Design for YouTube*/
/*Theme made by RaitaroH @https://github.com/RaitaroH/YouTube-DeepDark*/

/*2.2.9*/
/*2.3.0*/

/*Main color variables*/
:root
Expand Down Expand Up @@ -442,6 +442,11 @@
color: var(--main-color) !important;
border-color: var(--main-color) !important;
}

.yt-simple-endpoint.style-scope.yt-formatted-string
{
color: var(--dimer-text);
}

/*Hover section*/
#video-title:hover,#byline.ytd-video-meta-block:hover,#author-text.yt-simple-endpoint.ytd-comment-renderer:hover,ytd-button-renderer #button.ytd-button-renderer:hover,.yt-simple-endpoint.style-scope.yt-formatted-string:hover,#title.ytd-shelf-renderer:hover,#footer.ytd-guide-renderer #guide-links-primary a:hover:not(:last-child), #footer.ytd-guide-renderer #guide-links-secondary a:hover:not(:last-child),yt-formatted-string.style-brand:hover,#channel-title.ytd-channel-renderer:hover,paper-tab.ytd-c4-tabbed-header-renderer:hover,#link-list-container.ytd-channel-about-metadata-renderer yt-formatted-string.ytd-channel-about-metadata-renderer:hover,#title.ytd-grid-channel-renderer:hover,.content-text.style-scope.ytd-metadata-with-image-row-renderer:hover,.yt-simple-endpoint.style-scope.yt-formatted-string:hover,ytd-search-filter-renderer yt-formatted-string.ytd-search-filter-renderer:hover, #footer.ytd-guide-renderer #guide-links-primary a:hover, #footer.ytd-guide-renderer #guide-links-secondary a:hover, #name.ytd-author-comment-badge-renderer:hover, .title.ytd-mini-channel-renderer:hover, yt-formatted-string[ellipsis-truncate] a.yt-formatted-string:hover
Expand Down

0 comments on commit 03e2029

Please sign in to comment.