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