summaryrefslogtreecommitdiff
path: root/partials/_base.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2022-09-06 17:04:05 +0200
committerSiri Reiter <siri@pjones.dk>2022-09-06 17:04:05 +0200
commit84d6079e2ba49fa8c73318e4f5930af1aaddb338 (patch)
tree4b80b5c49fd60707ab4af3e295f5fc6c4e51990c /partials/_base.scss
add styling based on site jord
Diffstat (limited to 'partials/_base.scss')
-rw-r--r--partials/_base.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/partials/_base.scss b/partials/_base.scss
new file mode 100644
index 0000000..da522e1
--- /dev/null
+++ b/partials/_base.scss
@@ -0,0 +1,31 @@
+// Colors
+//
+// (don't use these directly - only referenced by other variables)
+//
+// No styleguide reference.
+$black: black;
+$white: white;
+$green: darkgreen;
+
+// color model
+$colorBase: $black;
+$colorBg: $white;
+$colorPrimary: $green;
+
+$baseTextColor: $colorBase;
+
+$linkColor: $colorBase;
+$linkHoverColor: $colorPrimary;
+
+$headerColor: $colorPrimary;
+
+// Media
+//
+// No styleguide reference.
+$wide: 900px;
+
+// Framework integrations
+//
+// No styleguide reference.
+@import "base-typey";
+@import "base-normalize";