make some markdown styles reusable

This commit is contained in:
ansuz
2017-08-02 11:03:06 +02:00
parent 0602fabc41
commit fe826133b3
3 changed files with 32 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
@import "/customize/src/less/variables.less";
@import "/customize/src/less/mixins.less";
@import "/common/markdown.less";
html, body{
height: 100%;
@@ -66,15 +67,8 @@ body {
max-width: 40vw;
margin: auto;
table {
border-collapse: collapse;
tr {
th {
border: 3px solid black;
padding: 15px;
}
}
}
.markdown_preformatted-code;
.markdown_gfm-table(black);
}
@media (max-width: @media-medium-screen) {