diff options
Diffstat (limited to 'static/global.css')
-rw-r--r-- | static/global.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..2c1f553 --- /dev/null +++ b/static/global.css @@ -0,0 +1,9 @@ +/* + * This file will contain the styles that are to be applied to the WHOLE site. + * + * No page-specific settings should go in this file. + */ + +html { + background-color: red; +} |