Skip to content

Commit

Permalink
Update custom css for doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 9, 2021
1 parent ec67179 commit b67969a
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
// XXX Overrides CSS styles - See https://pmarsceill.github.io/just-the-docs/docs/customization/#override-and-completely-custom-styles

blockquote {
border-left: #f4f1fa 1px solid;
padding-left: 15px;
margin-left: 10px;
background: #f9f9f9;
border-left: 3px solid #a493f2;
margin: 1.5em 10px;
padding: 0.5em 10px;

&:before,
&:after {
color: #a493f2;
}

&:before {
content: '"';
}

&:after {
content: '"';
}

p:first-child,
p:last-child {
display: inline;
}
}

.pagination-section {
Expand Down

1 comment on commit b67969a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.