@import "h5bp"; @import "compass"; // @import "partials/base"; // compass $link-color: white; // $link-hover-color: white; // $link-visited-color: white; // h5bp $line-height: 1; $font-color: lightblue; $font-family: sans-serif; $font-size: 2em; $selected-font-color: yellow; $selected-background-color: orange; @include h5bp-normalize; body { background-color: darkred; color: $font-color; line-height: $line-height; font-size: $font-size; } article { margin: 0 auto; max-width: 20em; text-align: center; } a { @include link-colors($link-color); @include hover-link; } #coin { margin: 1em; width: 10em; height: auto; }