mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
405 B
32 lines
405 B
8 years ago
|
|
||
|
.mkcontent {
|
||
|
|
||
|
h1 {
|
||
|
border-bottom: 1px dotted $grey-light;
|
||
|
padding-bottom: 4px;
|
||
|
font-weight: 400;
|
||
|
color: $grey-dark;
|
||
|
}
|
||
|
|
||
|
a.toc-anchor {
|
||
|
font-size: 80%;
|
||
|
color: $purple;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.hljs {
|
||
|
padding: 0;
|
||
|
border-bottom: 1px solid $grey-light;
|
||
|
border-right: 1px solid $grey-light;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
pre + p {
|
||
|
padding-top: 1em;
|
||
|
}
|
||
|
|
||
|
img.right {
|
||
|
float:right;
|
||
|
}
|
||
|
|
||
|
}
|