去掉了代码行的竖线,调整了其它一些细节样式
This commit is contained in:
parent
92546cb499
commit
be2bc11207
39
vue.css
39
vue.css
@ -297,33 +297,33 @@ h6 code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
padding-bottom: .3em;
|
padding-bottom: .4rem;
|
||||||
font-size: 2.25rem;
|
font-size: 2.2rem;
|
||||||
line-height: 1.2;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
line-height: 1.225;
|
line-height: 1.225;
|
||||||
margin: 25px 0px 15px 0px;
|
margin: 35px 0px 15px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
margin: 16px 0px 8px 0px;
|
margin: 20px 0px 7px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.25em;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 1em;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 1em;
|
font-size: 1rem;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -466,17 +466,17 @@ table tr td:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#write .CodeMirror-gutters {
|
#write .CodeMirror-gutters {
|
||||||
border-right: 1px solid #ddd;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#write .md-fences {
|
#write .md-fences {
|
||||||
border: 1px solid #F5F5F5;
|
border: 1px solid #F4F4F4;
|
||||||
-webkit-font-smoothing: initial;
|
-webkit-font-smoothing: initial;
|
||||||
margin: 0.8rem 0 !important;
|
margin: 0.8rem 0 !important;
|
||||||
padding: 0.3rem 0.2rem !important;
|
padding: 0.3rem 0rem !important;
|
||||||
background-color: #F8F8F8 !important;
|
background-color: #F8F8F8 !important;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-family: Consolas, Source Sans Pro, Monaco, courier, monospace;
|
font-family: Consolas, Source Sans Pro, Monaco, courier, monospace !important;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
}
|
}
|
||||||
@ -485,17 +485,14 @@ table tr td:last-child {
|
|||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#write .md-fences,
|
#write code, tt {
|
||||||
code,
|
margin: 0 2px;
|
||||||
tt {
|
padding: 2px 4px;
|
||||||
|
border-radius: 2px;
|
||||||
|
font-family: Consolas, Source Sans Pro, Monaco, courier, monospace !important;
|
||||||
|
font-size: 0.85rem;
|
||||||
color: #e96900;
|
color: #e96900;
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
border-radius: 2px;
|
|
||||||
margin: 0 2px;
|
|
||||||
font-family: Consolas, Source Sans Pro, Monaco, courier, monospace !important;
|
|
||||||
/* font-family: Consolas, "Liberation Mono", Courier, monospace !important; */
|
|
||||||
padding: 2px 4px;
|
|
||||||
font-size: 0.85rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#write .md-footnote {
|
#write .md-footnote {
|
||||||
|
Loading…
Reference in New Issue
Block a user