You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
*, *:before, *:after {
|
|
box-sizing: inherit !important;
|
|
}
|
|
|
|
body {
|
|
color:#535353;
|
|
font-family: "PingHei","Lucida Grande", "Lucida Sans Unicode", "STHeitiSC-Light", "Helvetica","Arial","Verdana","sans-serif";
|
|
background: #f8f8f8 url(../assets/bg.jpg) repeat top left;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wmde-markdown pre {
|
|
background-color: #fff;
|
|
} |