We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24856ad commit 2da2db2Copy full SHA for 2da2db2
1 file changed
index.cfm
@@ -1145,7 +1145,7 @@ function toggleDarkMode() {
1145
$('body').toggleClass('darkMode');
1146
if (getCookie('LRT_DARK') === "true") {
1147
setCookie('LRT_DARK', "false");
1148
- $('#nightModeLink a').html('Night Mode');
+ $('#nightModeLink a').html('🌜 Night Mode');
1149
}
1150
else {
1151
setCookie('LRT_DARK', "true");
0 commit comments