mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
markdown fixes
This commit is contained in:
@@ -12,3 +12,18 @@
|
|||||||
body.no-transitions * {
|
body.no-transitions * {
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc-entry {
|
||||||
|
&:before {
|
||||||
|
content: '- '
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
padding-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $text-muted;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -29,8 +29,8 @@ Markdown
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
padding-top: 2em;
|
padding-top: 1em;
|
||||||
margin-top: -2em;
|
margin-top: -1em;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user