This commit is contained in:
matty 2025-04-19 14:18:23 -04:00
parent 6b663d8abd
commit 02ee6a2ba6

View File

@ -20,10 +20,15 @@ body {
NCTV Branding colors
*/
--ncd-blue-primary: #0079b8ff;
--ncd-blue-secondary: #32abeaff;
--ncd-blue-dark: #012741ff;
--ncd-accent-orange: #f57200ff;
--nctv-blue-primary: #0079b8ff;
--nctv-blue-secondary: #32abeaff;
--nctv-blue-dark: #012741ff;
--nctv-accent-orange: #f57200ff;
--nctv-bg-primary: #111111;
--nctv-bg-secondary: #1a1a1a;
--nctv-alert-primary: (var(--nctv-blue-dark));
}
@ -35,7 +40,7 @@ span.instance-name,
h1.instance-name.home-page,
.custom-markup-container h1,
.custom-markup-container a.instance-name {
background: -webkit-linear-gradient(left, var(--ncd-blue-primary), var(--ncd-accent-orange) 65%) !important;
background: -webkit-linear-gradient(left, var(--nctv-blue-primary), var(--nctv-accent-orange) 65%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-moz-background-clip: text !important;
@ -44,3 +49,18 @@ h1.instance-name.home-page,
-webkit-text-fill-color: transparent !important;
font-weight: 900 !important;
}
/**
Action buttons
*/
.primary-button {
background-color: var(--nctv-blue-primary);
color: white;
border: 1px solid var(--nctv-blue-dark);
border-radius: 0.5rem;
}
svg#svg2 {
color: white;
}