Minor changes

This commit is contained in:
2016-10-21 22:10:05 +09:00
parent 8d4cc6439a
commit c8a3ec4b04
7 changed files with 37 additions and 7 deletions

1
styles/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.css

3
styles/base.styl Normal file
View File

@ -0,0 +1,3 @@
body
background-color rgb(128, 128, 128)
color white

3
styles/layout.styl Normal file
View File

@ -0,0 +1,3 @@
*
padding 0
margin 0