1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

markdown fixes

This commit is contained in:
codecalm
2020-02-13 23:11:58 +01:00
parent 0cd61a8c7a
commit cde7a6502b
2 changed files with 17 additions and 2 deletions

View File

@@ -12,3 +12,18 @@
body.no-transitions * {
transition: none !important;
}
.toc-entry {
&:before {
content: '- '
}
ul {
list-style: none;
padding-left: 1rem;
}
a {
color: $text-muted;
}
}

View File

@@ -29,8 +29,8 @@ Markdown
&:before {
content: '';
padding-top: 2em;
margin-top: -2em;
padding-top: 1em;
margin-top: -1em;
display: block;
}
}