update theme

This commit is contained in:
matty 2025-04-19 15:26:40 -04:00
parent 215ea006d7
commit ae3acce994

View File

@ -21,8 +21,8 @@ body {
NCTV Branding colors NCTV Branding colors
*/ */
--nctv-blue-primary: #0079b8ff; --nctv-blue-secondary: #0079b8ff;
--nctv-blue-secondary: #32abeaff; --nctv-blue-primary: #32abeaff;
--nctv-blue-dark: #012741ff; --nctv-blue-dark: #012741ff;
--nctv-accent-orange: #f57200ff; --nctv-accent-orange: #f57200ff;
--nctv-accent-orange-subtle: #d46400ff; --nctv-accent-orange-subtle: #d46400ff;
@ -67,6 +67,10 @@ Action buttons
border-radius: 0.5rem; border-radius: 0.5rem;
} }
svg#svg2 {
color: white;
}
/** /**
Video thumbnail stuff Video thumbnail stuff
*/ */