mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-20 18:59:17 +08:00
Conf diffing?!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user