RaitaroH / YouTube-DeepDark

Videos should only be watched in the dark. May the dark be kinder on thine eyes. (YouTube dark theme)
GNU General Public License v3.0
221 stars 52 forks source link

New continue watching text is broken for dark themes #104

Closed nirgranth closed 2 months ago

nirgranth commented 2 months ago
ytd-watch-next-secondary-results-renderer #items ytd-compact-video-renderer.previously-watched-video ytd-thumbnail::before {
    content: "CONTINUE WATCHING";
    position: absolute;
    bottom: -24px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: var(--yt-continue-text-color);
    font-size: 9pt;
    font-weight: bold;
}

i can make a pr tell me there are any rules

RaitaroH commented 2 months ago

Hmm, can you provide a screenshot with before and after? I am not sure where this text is.

nirgranth commented 2 months ago

CONTINUE WATCHING

image

nirgranth commented 2 months ago

image

nirgranth commented 2 months ago

i think its a problem with default youtube also in dark mode too, but we can fix it

image

RaitaroH commented 2 months ago

I believe I may not be in the users that received this change. Still, the css will likely not break anything, so I made a commit with the code. Thanks for the contribution.

nirgranth commented 2 months ago

hmm maybe

color: var(--main-text) !important;

better for text