update from sparkleup
This commit is contained in:
parent
2b15629051
commit
328392bf52
|
@ -287,14 +287,18 @@ q.comment::before, q.comment::after {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
p q.comment:first-child::before {
|
||||
ins q.comment, ins q.comment::before {
|
||||
border-color: #d4fcbc;
|
||||
}
|
||||
|
||||
p q.comment::before {
|
||||
/* Add an arrow pointing back to the line. */
|
||||
width: 0;
|
||||
height: -0.5rem;
|
||||
float: left;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
border-right: 20px solid #ccc;
|
||||
border-right: 20px solid inherit;
|
||||
margin-left: calc(-1rem - 12px);
|
||||
margin-top: calc(-0.5rem - 1.195px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue