Skip to content

Commit 7e0d5e5

Browse files
tweak
1 parent b939298 commit 7e0d5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/generic.js

+1
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ const get_isTB = (METRIC) => new Promise(resolve => {
485485
let path = 'chrome://browser/content/abouttor/aboutTor.css'
486486
// TB14 (added TB13.5) .. aaaaaaand still no good on android
487487
//if (isVer > 127) {path = 'chrome://global/content/torconnect/aboutTorConnect.css'}
488+
if (isVer > 127) {path = 'chrome://global/skin/tor-colors.css'}
488489
css.href = path
489490
css.type = 'text/css'
490491
css.rel = 'stylesheet'

0 commit comments

Comments
 (0)