summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss35
1 files changed, 35 insertions, 0 deletions
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);
+}