update from sparkleup
This commit is contained in:
parent
71f6fb2a9e
commit
252d59da4c
11
style.css
11
style.css
|
@ -208,10 +208,17 @@ q.comment::before, q.comment::after {
|
|||
|
||||
q.comment::before {
|
||||
width: 0;
|
||||
height: 0;
|
||||
height: -0.5rem;
|
||||
float: left;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
border-right: 10px solid #000;
|
||||
border-right: 15px solid #ccc;
|
||||
margin-left: calc(-1rem - 2px);
|
||||
margin-top: -0.5rem;
|
||||
}
|
||||
|
||||
q.comment q.comment::before {
|
||||
border: none;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in New Issue