diff --git a/index.php b/index.php index 37895f4..73c56d2 100644 --- a/index.php +++ b/index.php @@ -35,6 +35,7 @@ header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); + header('Clear-Site-Data: "cache"'); header("Location: ./"); } diff --git a/js/startscripts.js b/js/startscripts.js index b60cabd..b9f3c3d 100644 --- a/js/startscripts.js +++ b/js/startscripts.js @@ -236,6 +236,7 @@ function applyTheme(themeName) { left: -1.5em; width: 0; user-select: none; + color: #f66; }