1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 17:55:00 +12:00

Fix color-blind friendly mode

This commit is contained in:
PenguinDad 2017-11-25 00:55:48 +00:00 committed by GitHub
parent 040b2a3d7f
commit 284b26abf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1083,7 +1083,7 @@ function initMenuEnvironment() {
getUserSetting('displayTextSize')
);
document.body.classList.toggle(
'font-size',
'colorblind',
getUserSetting('colorBlindFriendly')
);
uDom.nodeFromId('version').textContent = matrixSnapshot.appVersion || '';