|  | 
|  | 1 | +Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts | 
|  | 2 | +=================================================================== | 
|  | 3 | +--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts | 
|  | 4 | ++++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts | 
|  | 5 | +@@ -755,7 +755,13 @@ export class GettingStartedPage extends  | 
|  | 6 | +  | 
|  | 7 | + 		const header = $('.header', {}, | 
|  | 8 | + 			$('h1.product-name.caption', {}, this.productService.nameLong), | 
|  | 9 | +-			$('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved")) | 
|  | 10 | ++			$('p.subtitle.description.coder', {}, | 
|  | 11 | ++				"Using code-server on a team?", | 
|  | 12 | ++			), | 
|  | 13 | ++			$('p.subtitle.description.coder-coder', {}, | 
|  | 14 | ++				"Check out: ", | 
|  | 15 | ++				$('a', { href: "https://github.com/coder/coder" }, "coder/coder") | 
|  | 16 | ++			), | 
|  | 17 | + 		); | 
|  | 18 | +  | 
|  | 19 | +  | 
|  | 20 | +Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css | 
|  | 21 | +=================================================================== | 
|  | 22 | +--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css | 
|  | 23 | ++++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css | 
|  | 24 | +@@ -60,6 +60,15 @@ | 
|  | 25 | + 	display: block; | 
|  | 26 | + } | 
|  | 27 | +  | 
|  | 28 | ++.monaco-workbench .part.editor > .content .gettingStartedContainer .coder { | 
|  | 29 | ++	margin-bottom: 0.2em; | 
|  | 30 | ++} | 
|  | 31 | ++ | 
|  | 32 | ++.monaco-workbench .part.editor>.content .gettingStartedContainer .coder-coder { | 
|  | 33 | ++	font-size: 1em; | 
|  | 34 | ++	margin-top: 0.2em; | 
|  | 35 | ++} | 
|  | 36 | ++ | 
|  | 37 | + .monaco-workbench.hc-black .part.editor>.content .gettingStartedContainer .subtitle, | 
|  | 38 | + .monaco-workbench.hc-light .part.editor>.content .gettingStartedContainer .subtitle { | 
|  | 39 | + 	font-weight: 200; | 
0 commit comments