47 lines
1.0 KiB
CSS
47 lines
1.0 KiB
CSS
body {
|
|
--red: #FF3B3B;
|
|
--green: #2E9D04;
|
|
|
|
--fg: #e0e0e1;
|
|
--bg: #111111;
|
|
|
|
--input-fg: #e0e0e1;
|
|
--input-bg: #111;
|
|
--input-placeholder: #d1d1d1;
|
|
--input-border-color: #a5a5a5;
|
|
|
|
--bg-secondary: hsl(30 4% 26% / 1);
|
|
|
|
--primary: #FD9C50;
|
|
--on-primary: #111;
|
|
--border-primary: #F2690D;
|
|
|
|
/**
|
|
NCTV Branding colors
|
|
*/
|
|
|
|
--ncd-blue-primary: #0079b8ff;
|
|
--ncd-blue-secondary: #32abeaff;
|
|
--ncd-blue-dark: #012741ff;
|
|
--ncd-accent-orange: #f57200ff;
|
|
}
|
|
|
|
|
|
/**
|
|
NCTV header text for desktop
|
|
*/
|
|
|
|
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-clip: text !important;
|
|
-webkit-background-clip: text !important;
|
|
-moz-background-clip: text !important;
|
|
-o-background-clip: text !important;
|
|
-ms-background-clip: text !important;
|
|
-webkit-text-fill-color: transparent !important;
|
|
font-weight: 900 !important;
|
|
}
|