~xdavidwu/xdavidwu.link

bd122d06c7f09611dce05ef052b6a8bee7843ee1 — Michael Rose 6 years ago 9af246b
Fix border bottom for Gist line numbers
1 files changed, 6 insertions(+), 0 deletions(-)

M _sass/minimal-mistakes/_syntax.scss
M _sass/minimal-mistakes/_syntax.scss => _sass/minimal-mistakes/_syntax.scss +6 -0
@@ 316,3 316,9 @@ figure.highlight {
    color: $base09;
  }
}

.gist {
  th, td {
    border-bottom: 0;
  }
}
\ No newline at end of file