~xdavidwu/xdavidwu.link

97d84f0a2ef9fe5ff1a25f9da1e9175f7498666b — Michael Rose 4 years ago 43fade8
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;
  }