~xdavidwu/xdavidwu.link

9967f85dc90cef4b46b2f56d52494f95aed60d25 — xdavidwu 2 years ago b5a0ac6
print: don't draw light/dark toggle
2 files changed, 3 insertions(+), 3 deletions(-)

M _layouts/default.html
M _sass/minimal-mistakes/_print.scss
M _layouts/default.html => _layouts/default.html +2 -2
@@ 18,8 18,8 @@
    {% include_cached skip-links.html %}
    {% include_cached browser-upgrade.html %}

    <input type="checkbox" id="darkmode">
    <input type="checkbox" id="lightmode">
    <input type="checkbox" class="no-print" id="darkmode">
    <input type="checkbox" class="no-print" id="lightmode">

    <div>
      <div class="top-flex">

M _sass/minimal-mistakes/_print.scss => _sass/minimal-mistakes/_print.scss +1 -1
@@ 202,7 202,7 @@
  }

  .no-print {
    display: none;
    display: none !important;
  }

  a.no-reformat:after {