forked from mirror/MrDoc
优化文档样式
This commit is contained in:
parent
0600e96501
commit
57a4d893ee
@ -391,6 +391,16 @@ li.active > a,li.active > div > a{
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* 文档字体颜色 */
|
||||
.markdown-body{
|
||||
color:#000;
|
||||
}
|
||||
|
||||
/* 文档行内代码样式 */
|
||||
.markdown-body p code{
|
||||
border:none !important;
|
||||
color:#e91e63 !important;
|
||||
}
|
||||
|
||||
/* 移动端小屏幕样式 */
|
||||
@media screen and (max-width:768px){
|
||||
|
Loading…
Reference in New Issue
Block a user