Skip to content

Commit

Permalink
Moving sass file into ./www
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 20, 2015
1 parent 1283b4a commit 09467e2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
13 changes: 0 additions & 13 deletions sass/style.scss

This file was deleted.

12 changes: 11 additions & 1 deletion www/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions www/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$ten: 10px;
$white: #ffffff;

html,
body {
min-height: 100%;
}

body {
background: $white;
color: darken($white, 100);
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: $ten * 1.2;
margin: $ten;
}

0 comments on commit 09467e2

Please sign in to comment.