diff --git a/templates/base.html b/templates/base.html index 43f157f..a69dddd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,11 +49,13 @@ else if(localStorage.getItem("meek_theme")=="light"){changeLight();} function changeDark(){ document.getElementsByTagName("html")[0].attributes.getNamedItem("data-color-mode").value="dark"; document.getElementById("themeSwitch").attributes.getNamedItem("d").value=IconList["moon"]; + document.getElementById("themeSwitch").parentNode.style.color="#00f0ff"; if(utterancesLoad==1){utterancesTheme("dark-blue");} } function changeLight(){ document.getElementsByTagName("html")[0].attributes.getNamedItem("data-color-mode").value="light"; document.getElementById("themeSwitch").attributes.getNamedItem("d").value=IconList["sun"]; + document.getElementById("themeSwitch").parentNode.style.color="#ff5000"; if(utterancesLoad==1){utterancesTheme("github-light");} } function modeSwitch(){ diff --git a/templates/plist.html b/templates/plist.html index 64458fa..becd6c0 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -56,7 +56,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- - -