mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: fix pdf dark mode
This commit is contained in:
parent
0a9767bf38
commit
ae0e3beb9a
@ -336,10 +336,20 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"pdfjs.viewerCssTheme": {
|
"pdfjs.forcePageColors": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "number",
|
"Type": "boolean",
|
||||||
"Value": 2
|
"Value": true
|
||||||
|
},
|
||||||
|
"pdfjs.pageColorsBackground": {
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "string",
|
||||||
|
"Value": "#000000"
|
||||||
|
},
|
||||||
|
"pdfjs.pageColorsForeground": {
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "string",
|
||||||
|
"Value": "#ffb700"
|
||||||
},
|
},
|
||||||
"privacy.userContext.enabled": {
|
"privacy.userContext.enabled": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
Loading…
Reference in New Issue
Block a user