update theme

This commit is contained in:
matty 2025-04-19 14:40:29 -04:00
parent 02ee6a2ba6
commit 40d2f2fabc

View File

@ -61,6 +61,29 @@ Action buttons
border-radius: 0.5rem; border-radius: 0.5rem;
} }
.primary-button {
background-color: var(--nctv-blue-secondary);
color: white;
border: 1px solid var(--nctv-blue-dark);
border-radius: 0.5rem;
}
svg#svg2 { svg#svg2 {
color: white; color: white;
}
/**
Video thumbnail stuff
*/
.video-thumbnail.ng-star-inserted:hover {
scale: 1.02;
}
/**
Get rid of the little bar under the like/dislike button until I can figure out how to align it properly
*/
.likes-dislikes-bar-outer-container {
display: none;
} }