From 7e0d5e5326b21e9fa42acfed997179b80e518343 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 20 Nov 2024 16:30:22 +0000 Subject: [PATCH] tweak --- js/generic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/generic.js b/js/generic.js index 998eb4ce..476e8eb2 100644 --- a/js/generic.js +++ b/js/generic.js @@ -485,6 +485,7 @@ const get_isTB = (METRIC) => new Promise(resolve => { let path = 'chrome://browser/content/abouttor/aboutTor.css' // TB14 (added TB13.5) .. aaaaaaand still no good on android //if (isVer > 127) {path = 'chrome://global/content/torconnect/aboutTorConnect.css'} + if (isVer > 127) {path = 'chrome://global/skin/tor-colors.css'} css.href = path css.type = 'text/css' css.rel = 'stylesheet'