diff options
author | Linnnus <[email protected]> | 2024-03-20 15:28:32 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-03-20 15:29:17 +0100 |
commit | fed658657935022a489515f3cb387bd9a63c82c6 (patch) | |
tree | 71ed327f266a0db14e6343d3cc2816223f5b0334 /static | |
parent | db93ff98409fac1c1a3742d0f81484c985d6d55c (diff) |
Add global CSS
Diffstat (limited to 'static')
-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; +} |