fixes #10
This commit is contained in:
parent
01fe3a3169
commit
220ac00a41
1 changed files with 7 additions and 1 deletions
|
@ -655,9 +655,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.segment {
|
.attached.segment {
|
||||||
background: rgb(50, 50, 75);
|
background: rgb(50, 50, 75);
|
||||||
border: 0;
|
border: 0;
|
||||||
|
.render-content {
|
||||||
|
pre {
|
||||||
|
background: $bg30;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.event {
|
&.event {
|
||||||
|
|
Reference in a new issue