switch default color scheme

This commit is contained in:
Satya L. Johnson 2021-09-24 17:55:08 -04:00
parent 3ef9eb5a8a
commit 4e7643c68d
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@
</title>
{% block css -%}
<link id="style-dark" rel="stylesheet" href="{{ get_url(path="site_dark.css", trailing_slash=false) | safe }}?i={{ config.extra.random }}">
<link id="style-light" disabled rel="stylesheet" href="{{ get_url(path="site_light.css", trailing_slash=false) | safe }}?i={{ config.extra.random }}">
<link id="style-light" rel="stylesheet" href="{{ get_url(path="site_light.css", trailing_slash=false) | safe }}?i={{ config.extra.random }}">
<link id="style-dark" disabled rel="stylesheet" href="{{ get_url(path="site_dark.css", trailing_slash=false) | safe }}?i={{ config.extra.random }}">
{%- if page.extra.zenn_applause -%}
<link rel="stylesheet" href="{{ get_url(path="vendor/applause-button/applause-button.css", trailing_slash=false) | safe }}?i={{ config.extra.random }}">