Conf diffing?!

This commit is contained in:
MattIPv4
2020-05-22 21:17:01 +01:00
parent c6880c1222
commit 17261e8bbd
9 changed files with 406 additions and 66 deletions

View File

@@ -435,10 +435,12 @@ $highlight: #f2c94c;
// Fix Bulma interfering with Prism
.token {
&.number,
&.tag {
&.tag,
&.entity,
&.operator,
&.url {
background: transparent;
border-radius: initial;
color: inherit;
display: initial;
font-size: inherit;
margin: initial;
@@ -451,4 +453,16 @@ $highlight: #f2c94c;
}
}
}
.code-toolbar {
> .toolbar {
right: calc(.2em + 16px);
}
}
mark {
background: rgba($highlight, .45);
color: inherit;
display: inline-block;
}
}