Reset positioning of rel="permalink" anchors

This commit is contained in:
Michael Rose 2019-05-03 20:58:44 -04:00
parent d7af62a34b
commit 06820bc6b1

View file

@ -50,6 +50,10 @@
bottom: 0;
}
a[rel="permalink"]::before {
content: none;
}
a + a {
opacity: 0.5;
}