| @@ -1,116 +1,28 @@ | ||
| @import '../bower_components/bootstrap/less/bootstrap.less'; | ||
| @import 'components.less'; | ||
| @import 'footer.less'; | ||
| @import 'home.less'; | ||
| @import 'syntax-highlighting.less'; | ||
|
|
||
| // -------------------------- | ||
| // Vars | ||
| // -------------------------- | ||
| @font-size-base: 16px; | ||
|
|
||
| // -------------------------- | ||
| html { | ||
| height: 100%; | ||
| } | ||
| body { | ||
| font-family: "Roboto", Helvetica, Arial, sans-serif; | ||
| font-size: 62.5%; | ||
| display: block; | ||
| height: 100%; | ||
| } | ||
| h1 { | ||
| font-size: 2.4rem; | ||
| line-height: 3rem; | ||
| } | ||
| a { | ||
| color: #68C8E8; | ||
| } |