# HG changeset patch # User Steve Losh # Date 1579047537 18000 # Node ID 85040fc7725f87cb1d94fb9f21d349bb8f83656a # Parent 4ff338f90b6fcb8e49d8d5cbe334d2a804931d81# Parent 65ae96549ad8f6f897cb386c222b83a2afde5d4e Merge. diff -r 4ff338f90b6f -r 85040fc7725f README.markdown --- a/README.markdown Fri Jan 03 20:29:03 2020 -0500 +++ b/README.markdown Tue Jan 14 19:18:57 2020 -0500 @@ -687,6 +687,15 @@ I think I want to update the BIOS at some point, but for now I'm just happy to have the machine back and working again. +## 2019-07-09 + +To get a black new tab page in Firefox, add the following to +`~/.mozilla/firefox/*/chrome/userChrome.css`: + + .browserContainer { background-color: #000000 !important; } + +And in `about:config` set `browser.display.background_color` to black. + # August 2019 ## 2019-08-27