san-cli-docit-theme
Version:
san-cli-docit-theme 是 [San](https://github.com/baidu/san) CLI 工具中 Markdown 文档建站中的主题模板部分,可以作为[自定义模板](https://ecomfe.github.io/san-cli/)的参考例子。
30 lines (26 loc) • 513 B
text/less
html {
font-family: @font-family;
font-size: 14px;
}
body{
margin: 0;
}
a {
color: @primary-color;
background-color: transparent;
text-decoration: none;
outline: none;
cursor: pointer;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-text-decoration-skip: objects;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: #fff;
font-size: 16px;
}
code[class*='language-'],
pre[class*='language-'] {
font-size: 16px;
}