lets start here
This commit is contained in:
		| @ -3,10 +3,10 @@ body { | |||||||
|   --green: #2E9D04; |   --green: #2E9D04; | ||||||
|  |  | ||||||
|   --fg: #e0e0e1; |   --fg: #e0e0e1; | ||||||
|   --bg: #222; |   --bg: #111111; | ||||||
|  |  | ||||||
|   --input-fg: #e0e0e1; |   --input-fg: #e0e0e1; | ||||||
|   --input-bg: #222; |   --input-bg: #111; | ||||||
|   --input-placeholder: #d1d1d1; |   --input-placeholder: #d1d1d1; | ||||||
|   --input-border-color: #a5a5a5; |   --input-border-color: #a5a5a5; | ||||||
|  |  | ||||||
| @ -15,4 +15,32 @@ body { | |||||||
|   --primary: #FD9C50; |   --primary: #FD9C50; | ||||||
|   --on-primary: #111; |   --on-primary: #111; | ||||||
|   --border-primary: #F2690D; |   --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; | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user