```cpp
/**
You can only use the following style.
- color, font-family, font-style
- text-shadow
- background-*
Example:
font-family: "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, sans-serif !important;
text-shadow: 0 1px rgba(0, 0, 0, .8);
background-image: url(‘wood.jpg‘);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
*/
body,.markdown{
background-color: #f1fafa;
/*background-image: url("./background.jpg");*/
}
h1 {
color: #000000;
}
h2 {
color: #FF0000;
}
h3 { color: #0000CD;
}
h4 {
color: #228B22;
}
h5 {
}
h6 {
}
img {}
/*粗体斜体*/
strong {
color: #000000;
}
p{
color: #00008B;
}
Table {
/* background-color: #E6E6FA;*/
}
code {
background-color: #FFFFFF
}
blockquote {
color: #000000;
}
```