From 43be286defaef489c7100a2517faf89dbde13807 Mon Sep 17 00:00:00 2001 From: overdodactyl <33071129+overdodactyl@users.noreply.github.com> Date: Tue, 28 Nov 2017 12:37:20 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f8973..2e98b1f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Currently, the scope of this project involves improving `about` pages for Firefo In short, userContent.css is a file used to define and customize web page content. This file does not exist in a Firefox profile by default, and must be created by the user. -Firefox currently has restrictions on the pages extensions can access. Therefore, something such as Stylus can not be used to stlye `about` pages. +## Why userContent.css? + +Firefox has restrictions on the pages extensions can access. Therefore, something such as Stylus can not be used to stlye `about` pages. #### Where does the userContent.css file go?