From 40d2f2fabc90f5fb2cef5d9edadaf8e419b963cb Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 19 Apr 2025 14:40:29 -0400 Subject: [PATCH] update theme --- assets/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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