mirror of https://github.com/requarks/wiki
parent
1ad03a3d1f
commit
e94abf9466
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
"use strict";jQuery(document).ready(function(e){e("a").smoothScroll({speed:"auto"})});
|
"use strict";jQuery(document).ready(function(e){e("a").smoothScroll({speed:400,offset:-20});new Sticky(".stickyscroll")});
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
.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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue