update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 19:20:06 -07:00
parent 2b15629051
commit 328392bf52
1 changed files with 6 additions and 2 deletions

View File

@ -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);
}