diff --git a/assets/style.css b/assets/style.css index 5361bbc..e9a3e50 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,6 +61,29 @@ Action buttons 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 { 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; } \ No newline at end of file