Fix permalink stacking order
1 files changed, 1 insertions(+), 5 deletions(-) M _sass/minimal-mistakes/_archive.scss
M _sass/minimal-mistakes/_archive.scss => _sass/minimal-mistakes/_archive.scss +1 -5
@@ 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; }