Slightly better. Change the general body color everywhere, then revert it back to original in all the about: tabs (that appears to catch all tabs; only right hand panel of Account Settings tab needs a color to be specified).
tested: v 143
Code:
/* userContent.css */
/* Change background in messages viewed as "text" */
/* background for general body everywhere */
body {
background-color: #ffffe0 ;
}
/* background revert in all about: pages like Settings, Advanced Preferences &c */
/* appears to work on all tabs except right hand panel of "Account Settings" */
/* tab where it stays as specified above (eg: #ffffe0 ) */
@-moz-document regexp("about.*") {
body {
background-color: revert ;
}
}
/* force a background color in right hand side panel of "Account Settings"tab */
#containerBox {
background-color: #ffffff ;
}
tested: v 143
My Computer
System One
-
- OS
- Win 11 25H2
- Computer type
- PC/Desktop
- Manufacturer/Model
- custom
- CPU
- intel i7-8700
- Motherboard
- Asus Z370 TUF Gaming
- Memory
- 32Gb
- Graphics Card(s)
- Intel iGPU
- Sound Card
- Realtek
- Hard Drives
- Samsung
- PSU
- Corsair
- Cooling
- Fans














