From 4e8f32c99a64210890e4788cfc9bb0c019c603f9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy <31620503+MrOtherGuy@users.noreply.github.com> Date: Wed, 29 Jul 2020 10:32:54 +0300 Subject: [PATCH] Add a link to tag-based browser in readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f50368..7fe7750 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ In the case that a particular style relies on another style, the fact will be no Stylesheets in this repository are tested only on Windows 10 and to a lesser amount on Linux. Most of them should also work on OSX and Windows7, but there may be wrong behavior especially when native widgets such as window titlebar or window control buttons are being styled. +# Style categories + +The files themselves are only separated to *chrome* and *content* sub-folders. Files have a one or more *tag* applied to them as listed in `tags.csv` file. + +You can browse the tag-categorized files by [using this simple ui](https://mrotherguy.github.io/firefox-csshacks/) + # Loading user*.css files 0. Go to about:config and set the pref `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` to make Firefox load userChrome.css and userContent.css