We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a8d9d commit 8b50150Copy full SHA for 8b50150
1 file changed
_includes/mode-toggle.html
@@ -7,8 +7,8 @@
7
MIT License
8
-->
9
10
-<i class="mode-toggle fas fa-sun" light-mode-invisible></i>
11
-<i class="mode-toggle fas fa-moon" dark-mode-invisible></i>
+<i class="mode-toggle fas fa-sun" dark-mode-invisible></i>
+<i class="mode-toggle fas fa-moon" light-mode-invisible></i>
12
13
<script type="text/javascript">
14
0 commit comments