feat: update next.js and minor style fixes

This commit is contained in:
Travis Fischer
2021-01-30 20:30:46 -05:00
parent ba025c1f4b
commit 88e7fdc438
4 changed files with 98 additions and 1748 deletions

View File

@@ -10,18 +10,12 @@
background-color: rgba(17, 24, 39, 1);
border-color: rgba(55, 65, 81, 1);
}
.notion pre {
border: 0 none;
}
.notion code {
color: rgba(31, 41, 55, 1);
}
.dark-mode .notion code {
color: rgba(229, 231, 235, 1);
}
.notion img {
margin: 0;
}
.token.cdata,
.token.comment,
.token.doctype,