mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
markdown fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -29,8 +29,8 @@ Markdown
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
padding-top: 2em;
|
||||
margin-top: -2em;
|
||||
padding-top: 1em;
|
||||
margin-top: -1em;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user