/* ==UserStyle==
@name           Youtube video link fixer
@namespace      https://www.5snb.club
@version        1.0.0
@description    Fixes links to youtube videos to use the same blue color as other links
@author         5225225 (https://www.5snb.club)
@license        CC-BY-SA-4.0
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
    a.yt-core-attributed-string__link {
        color: var(--yt-spec-call-to-action) !important;
    }
}
