Roll our own js to conf solution & use kv

This commit is contained in:
MattIPv4
2020-05-08 20:53:00 +01:00
parent e6db3cea7b
commit c5b2459e9d
7 changed files with 115 additions and 89 deletions

View File

@@ -388,10 +388,16 @@ $highlight: #f2c94c;
code {
&[class*="language-"] {
&,
.token {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 13.6px;
font-weight: normal;
line-height: 1.4em;
}
// Fix Bulma interfering with Prism
// Fix Bulma interfering with Prism
.token {
&.number,
&.tag {
background: transparent;