From 4373e1f7baada56627d0946534afadae5ebda403 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 18 Jul 2020 15:53:12 -0400 Subject: updated blog page; how posts are rendered, made meta pull from frontmatter --- styles/blog.scss | 7 +++++++ styles/main.scss | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 styles/blog.scss (limited to 'styles') diff --git a/styles/blog.scss b/styles/blog.scss new file mode 100644 index 0000000..d286a5e --- /dev/null +++ b/styles/blog.scss @@ -0,0 +1,7 @@ +@charset "utf-8"; + +//body { +// background-image: url("/assets/bg.png"); +//} +@import "./main.scss"; +@import "../_bulma/node_modules/bulma/sass/components/card.sass"; diff --git a/styles/main.scss b/styles/main.scss index 84ba8cf..1f12ce2 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -1,7 +1,7 @@ @charset "utf-8"; // Google Fonts -@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Indie+Flower|PT+Sans&display=swap"); +@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Indie+Flower|PT+Sans|PT+Sans+Narrow&display=swap"); // Palette $darkteal: rgb(0, 100, 108); @@ -36,6 +36,10 @@ $table-cell-heading-color: $darkteal; $table-head-cell-color: $darkteal; $dimensions: 16 24 32 48 64 96 128 200 256; +nav { + font-family: "PT Sans Narrow", sans-serif; +} + // Import only what you need from Bulma @import "../_bulma/node_modules/bulma/sass/utilities/functions.sass"; @import "../_bulma/node_modules/bulma/sass/utilities/initial-variables.sass"; -- cgit v1.2.3