Skip to content

Commit

Permalink
适配新版vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Jun 7, 2024
1 parent 4f40380 commit c28d72d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resource/vditor/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ a {
padding: 0 5% !important;
}

.win32 *{
.win32 * {
text-shadow: 0 0 0.55px #7c7c7cdd;
}

.vditor-toolbar__item .vditor-tooltipped[data-type="selectTheme"]{
.vditor-toolbar__item .vditor-tooltipped[data-type="selectTheme"] {
width: 55px;
font-size: 14px;
color: var(--vscode-charts-red);
}

html {
scrollbar-color: unset;
}

0 comments on commit c28d72d

Please sign in to comment.