diff options
Diffstat (limited to 'src/web/app/status/style.styl')
| -rw-r--r-- | src/web/app/status/style.styl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/web/app/status/style.styl b/src/web/app/status/style.styl new file mode 100644 index 0000000000..b48d7aeb9e --- /dev/null +++ b/src/web/app/status/style.styl @@ -0,0 +1,9 @@ +@import "../base" + +html + color #456267 + background #fff + +body + margin 0 + padding 0 |