From ae3acce994cfcff2e62dfb8d6472ac3cd066beb7 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 19 Apr 2025 15:26:40 -0400 Subject: [PATCH] update theme --- assets/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 4f8cff2..2a32a0e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -21,8 +21,8 @@ body { NCTV Branding colors */ - --nctv-blue-primary: #0079b8ff; - --nctv-blue-secondary: #32abeaff; + --nctv-blue-secondary: #0079b8ff; + --nctv-blue-primary: #32abeaff; --nctv-blue-dark: #012741ff; --nctv-accent-orange: #f57200ff; --nctv-accent-orange-subtle: #d46400ff; @@ -67,6 +67,10 @@ Action buttons border-radius: 0.5rem; } +svg#svg2 { + color: white; +} + /** Video thumbnail stuff */