# HG changeset patch # User Steve Losh # Date 1562687938 14400 # Node ID 6fd5341d9cd8a737e47e31403d1ba4e7eb33a4fc # Parent 4a31e139ec407381d5cd846e9a88c7eeb8f0596b Update diff -r 4a31e139ec40 -r 6fd5341d9cd8 README.markdown --- a/README.markdown Sun Jun 09 21:20:39 2019 -0400 +++ b/README.markdown Tue Jul 09 11:58:58 2019 -0400 @@ -664,3 +664,12 @@ Ended up just making my own "font" with only the characters I need for the L-systems (`+-()LR→ `). Did a bit more and got string rendering working. Still probably need to handle multiple lines, but this was a productive day. + +# July 2019 + +## 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; }