mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style: fix font style (#386)
This commit is contained in:
parent
e93895e71f
commit
0acc49a88c
@ -106,11 +106,3 @@ section {
|
|||||||
.el-tooltip {
|
.el-tooltip {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
uni-page-body,
|
|
||||||
uni-page-refresh {
|
|
||||||
display: block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
@ -128,3 +128,11 @@
|
|||||||
color: rgb(32, 32, 32) !important;
|
color: rgb(32, 32, 32) !important;
|
||||||
background-color: rgba(0, 0, 0, 0.1) !important;
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cm-em {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-comment {
|
||||||
|
font-style: normal !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user