You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
973 B
63 lines
973 B
/*正文样式*/
|
|
.h2w-light {
|
|
color:#333;
|
|
background-color:white;
|
|
}
|
|
|
|
/**标题**/
|
|
.h2w-light .h2w__h1,
|
|
.h2w-light .h2w__h2 {
|
|
border-color:#eee;
|
|
}
|
|
|
|
|
|
/**表格**/
|
|
.h2w-light .h2w__thead .h2w__tr {
|
|
background-color:#f6f8fa;
|
|
}
|
|
.h2w-light .h2w__table .h2w__tr:nth-child(2n){
|
|
background-color:#fbfcfd;
|
|
}
|
|
.h2w-light .h2w__th,
|
|
.h2w-light .h2w__td {
|
|
border-color:#dfe2e5;
|
|
}
|
|
|
|
|
|
/**代码块**/
|
|
.h2w-light .h2w__pre {
|
|
background-color:#f6f8fa;
|
|
border-color:#eaedf0;
|
|
}
|
|
|
|
.h2w-light .h2w__code {
|
|
background-color:#f6f8fa;
|
|
border-color:#eaedf0;
|
|
}
|
|
|
|
|
|
/**块元素**/
|
|
.h2w-light .h2w__blockquote {
|
|
border-left-color:#dfe2e5;
|
|
}
|
|
|
|
/**内连元素**/
|
|
.h2w-light .h2w__a {
|
|
color:#1aad16; border-color:#b9d9b8;
|
|
}
|
|
|
|
.h2w-light .h2w__hr {
|
|
background-color:#eee;
|
|
}
|
|
|
|
.h2w-light .h2w__mark {
|
|
background:yellow;
|
|
color:black;
|
|
}
|
|
|
|
.h2w-light .h2w__lineNum {
|
|
color:#ccc;
|
|
}
|
|
|
|
/**代码高亮样式**/
|
|
@import '../../parse/highlight/style/github.wxss'; |