From 517993e10b56bdba3bac50e873ba9942d22fc00b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 18 Jul 2020 16:36:38 -0400 Subject: basic announcement system working; still needs date filtering --- styles/blog.scss | 1 + styles/index.scss | 2 ++ 2 files changed, 3 insertions(+) (limited to 'styles') diff --git a/styles/blog.scss b/styles/blog.scss index d286a5e..d4f2702 100644 --- a/styles/blog.scss +++ b/styles/blog.scss @@ -3,5 +3,6 @@ //body { // background-image: url("/assets/bg.png"); //} + @import "./main.scss"; @import "../_bulma/node_modules/bulma/sass/components/card.sass"; diff --git a/styles/index.scss b/styles/index.scss index 7916766..eb9a750 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -108,3 +108,5 @@ body { background-image: url("/assets/bg.png"); } + +@import "../_bulma/node_modules/bulma/sass/components/message.sass"; -- cgit v1.2.3