We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b939298 commit 7e0d5e5Copy full SHA for 7e0d5e5
js/generic.js
@@ -485,6 +485,7 @@ const get_isTB = (METRIC) => new Promise(resolve => {
485
let path = 'chrome://browser/content/abouttor/aboutTor.css'
486
// TB14 (added TB13.5) .. aaaaaaand still no good on android
487
//if (isVer > 127) {path = 'chrome://global/content/torconnect/aboutTorConnect.css'}
488
+ if (isVer > 127) {path = 'chrome://global/skin/tor-colors.css'}
489
css.href = path
490
css.type = 'text/css'
491
css.rel = 'stylesheet'
0 commit comments