auto commit
This commit is contained in:
parent
fc58a08abf
commit
d36581667f
@ -4,7 +4,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdown-section h1 {
|
.markdown-section h1 {
|
||||||
margin: 3rem 0 0 0;
|
margin: 3rem 0 2rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section h2 {
|
||||||
|
margin: 2rem 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content,
|
.content,
|
||||||
@ -24,6 +28,12 @@ body {
|
|||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-section pre>code {
|
||||||
|
font-family: Consolas, Roboto Mono, Monaco, courier, monospace;
|
||||||
|
font-size: .9rem;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*.anchor span {
|
/*.anchor span {
|
||||||
color: rgb(66, 185, 131);
|
color: rgb(66, 185, 131);
|
||||||
}*/
|
}*/
|
Loading…
x
Reference in New Issue
Block a user