黑暗料理王/style.css
来自EaseCation Wiki
更多操作
/* 页面字体 */
body {
font-family: Georgia, serif;
font-size: 13.5px;
line-height: 1.6;
}
/* 改变链接的字体 */
a {
font-family: Arial, sans-serif;
color: #0066cc;
text-decoration: none;
}
/* 改变代码块的字体 */
pre, code {
font-family: "Courier New", monospace;
font-size: 14px;
background-color: #f5f5f5;
padding: 5px;
border-radius: 3px;
}