summaryrefslogtreecommitdiff
path: root/bootstrap-override.scss
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-override.scss')
-rw-r--r--bootstrap-override.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/bootstrap-override.scss b/bootstrap-override.scss
new file mode 100644
index 0000000..199ed95
--- /dev/null
+++ b/bootstrap-override.scss
@@ -0,0 +1,18 @@
+---
+---
+
+$orange: #dd8800;
+$link-color: #00e;
+$light: #999;
+$extra-light: #ddd;
+$ultra-light: #eee;
+$dark: #333;
+
+$horizontal-break: 600px;
+$vertical-break: 800px;
+
+body {
+ font-family: 'Roboto', sans-serif;
+ font-weight: 300;
+}
+