From 27181b517cca776c2e5c536bf066a3f22b1200fc Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 14 Apr 2013 10:34:02 +0200 Subject: Initial draft of styling. --- style.scss | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 style.scss diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..dda4918 --- /dev/null +++ b/style.scss @@ -0,0 +1,35 @@ +@import "h5bp"; +@import "compass"; +@import "fancy-buttons"; + +// @import "partials/base"; +// compass +$link-color: white; +// $link-hover-color: white; +// $link-visited-color: white; + +// h5bp +$line-height: 1.4; +$font-color: lightblue; +$font-family: sans-serif; +$font-size: 1em; +$selected-font-color: yellow; +$selected-background-color: orange; + +@include h5bp-normalize; + +body { + background-color: darkred; +} + +article { + text-align: center; +} + +button { + @include fancy-button(gold, 2em, 1em); +} + +a { + @include link-colors($link-color); +} -- cgit v1.2.3