diff options
Diffstat (limited to 'src/web/app/dev/style.styl')
| -rw-r--r-- | src/web/app/dev/style.styl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/web/app/dev/style.styl b/src/web/app/dev/style.styl new file mode 100644 index 0000000000..a7e51b8943 --- /dev/null +++ b/src/web/app/dev/style.styl @@ -0,0 +1,10 @@ +@import "../base" + +html + background-color #fff + +#init + background #100f0f + + > p + color $theme-color |