make some markdown styles reusable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user