Skip to content

Commit 3af5c25

Browse files
committed
fix: style links with correct colors
1 parent d4dabf7 commit 3af5c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
425425
<p style="margin-bottom: 0; display: flex; align-items: center"><span class="codicon codicon-warning" style="margin-right: 2px; color: #C4A103"></span>WARNING</p>
426426
<p style="margin-top: 0; margin-bottom: 4px">
427427
These extensions are not official. Find additional open-source extensions
428-
<a href="https://open-vsx.org/" target="_blank">here</a>.
429-
See <a href="https://github.com/cdr/code-server/blob/master/doc/FAQ.md#differences-compared-to-vs-code" target="_blank">docs</a>.
428+
<a style="color: #3794FF;" href="https://open-vsx.org/" target="_blank">here</a>.
429+
See <a style="color: #3794FF;" href="https://github.com/cdr/code-server/blob/master/doc/FAQ.md#differences-compared-to-vs-code" target="_blank">docs</a>.
430430
</p>
431431
</div>
432432
`;

0 commit comments

Comments
 (0)