Skip to content

Commit

Permalink
调整几处 CSS 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Jan 9, 2023
1 parent 1b1e31d commit b32db17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/css/style-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ body.wz-dark-theme {
color: #cecece;
}
.wz-dark-theme .wz-project-main .editormd-html-preview code {
background: #f6f6f614;
background: none;
color: #ff0057;
}
.wz-dark-theme .wz-project-main .editormd-html-preview a {
Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/style-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ body.wz-dark-theme {
color: @dark-background-text-secondary-color;
}
code {
background: #f6f6f614;
background: none;
color: #ff0057;
}
a {
Expand Down
1 change: 1 addition & 0 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ a:hover {
border: 1px solid #d1d5da;
padding: 8px;
border-radius: 4px;
max-width: 96%;
}

.wz-comments-box .wz-comment-box .wz-comment-header {
Expand Down

0 comments on commit b32db17

Please sign in to comment.