migrates everything from ipip's branch

This commit is contained in:
Copple
2022-04-26 14:17:19 +02:00
parent 9db54c2269
commit c0916ab423
651 changed files with 64093 additions and 204 deletions

View File

@@ -0,0 +1,24 @@
.code-block::before {
content: '';
background: #1e1e1e;
height: 10px;
width: 48px;
display: block;
}
.code-block::after {
content: '';
background: #1e1e1e;
height: 12px;
width: 48px;
display: block;
}
.code-block code .linenumber {
margin-right: 4px;
}
.code-block code::after,
.code-block code::before {
content: none !important;
}