summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/blog.scss1
-rw-r--r--styles/index.scss2
2 files changed, 3 insertions, 0 deletions
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";