Fix permalink stacking order

This commit is contained in:
Michael Rose 2019-05-07 14:53:15 -04:00
parent 9b68374559
commit 8da334b517

View file

@ -41,7 +41,7 @@
overflow: hidden;
text-overflow: ellipsis;
a::before {
a[rel="permalink"]::before {
content: '';
position: absolute;
left: 0;
@ -50,10 +50,6 @@
bottom: 0;
}
a[rel="permalink"]::before {
content: none;
}
a + a {
opacity: 0.5;
}