Merge with upstream repository

This commit is contained in:
Justin Nguyen
2021-01-14 16:03:06 -08:00
11 changed files with 448 additions and 471 deletions

6
assets/css/gist.css Normal file
View File

@@ -0,0 +1,6 @@
body .gist .blob-num /* line numbers */,
body .gist .blob-code-inner
{
border: none;
}

View File

@@ -253,7 +253,7 @@ blockquote {
}
table {
table-layout: fixed;
table-layout: auto;
border-collapse: collapse;
width: 100%;
margin: 40px 0;

View File

@@ -15,3 +15,4 @@
@import 'syntax.css';
@import 'code.css';
@import 'terms.css';
@import 'gist.css';