diff options
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css new file mode 100644 index 0000000..5dc464e --- /dev/null +++ b/static/base.css @@ -0,0 +1,3 @@ +html { + background-color: #002b36; +} |