Skip to content

Commit

Permalink
style: fix font style (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Sep 7, 2024
1 parent e93895e commit 0acc49a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/assets/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,3 @@ section {
.el-tooltip {
cursor: pointer;
}

uni-page-body,
uni-page-refresh {
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
}
8 changes: 8 additions & 0 deletions src/assets/less/style-mirror.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,11 @@
color: rgb(32, 32, 32) !important;
background-color: rgba(0, 0, 0, 0.1) !important;
}

.cm-em {
font-style: normal;
}

.cm-comment {
font-style: normal !important;
}

0 comments on commit 0acc49a

Please sign in to comment.