0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 20:53:24 +00:00

Initial commit

This commit is contained in:
Scott Tolksdorf
2015-11-14 16:17:26 -05:00
parent 85d363a508
commit 3dee96ad38
16 changed files with 1263 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@import 'naturalCrit/reset.less';
//@import 'naturalCrit/elements.less';
@import 'naturalCrit/animations.less';
@import 'naturalCrit/colors.less';
body{
background-color : #eee;
font-family : 'Open Sans', sans-serif;
color : #4b5055;
font-weight : 100;
text-rendering : optimizeLegibility;
margin : 0;
padding : 0;
}
.naturalCrit{
color : #333;
background-color: #eee;
}