Merge branch 'v0.2.0' of github.com:pmarsceill/just-the-docs into dark-mode

This commit is contained in:
Patrick Marsceill
2018-11-17 16:25:58 -05:00
8 changed files with 45 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ code {
border-radius: $border-radius;
}
.highlight {
pre.highlight {
padding: $sp-3;
margin-bottom: 0;
background-color: $code-background-color;

View File

@@ -4,6 +4,12 @@
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type
.page-content {
a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
ul,
ol {
padding-left: 1.5em;