Add notes about example files

This commit is contained in:
MrOtherGuy 2018-12-06 21:49:25 +02:00
parent 70e2dfb7dd
commit 345037497a

View file

@ -16,7 +16,7 @@ You can import the stylesheets with @-rule import like this:
## Important! ## Important!
Note that all `@import` rules need to be placed before any other rules in the file. Note that all `@import` rules need to be placed before any other rules in the file, including @namespace rules.
# Theme # Theme
@ -34,3 +34,6 @@ Example userChrome.css resulting in rather complete dark blueish-grey UI:
``` ```
You can use individual modules from theme such as to only include popups_and_menus. But it would still be required that you import the theme_color_variables.css or you'll have to manually edit all the colors. You can use individual modules from theme such as to only include popups_and_menus. But it would still be required that you import the theme_color_variables.css or you'll have to manually edit all the colors.
Example userChrome.css and userContent.css can be used as is to enable theme + certain features after /chrome and /content folders are copied into your profile.