Fixes #18940 contrast on links light theme

上级 4c1600f5
......@@ -37,9 +37,14 @@
}
.monaco-workbench > .part.editor > .content .welcomePage a {
color: #4080D0;
color: #2e70c0;
text-decoration: none;
}
.vs-dark .monaco-workbench > .part.editor > .content .welcomePage a {
color: #4080D0;
}
.monaco-workbench > .part.editor > .content .welcomePage a:focus {
outline: 1px solid -webkit-focus-ring-color;
outline-offset: -1px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册