summaryrefslogtreecommitdiff
path: root/styles/index.scss
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-07-18 16:36:38 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-07-18 16:36:38 -0400
commit517993e10b56bdba3bac50e873ba9942d22fc00b (patch)
tree0b4483ba883b71edd5652128959b3569ff02f8e4 /styles/index.scss
parent827244286aa7b0c5d9d52e0568f35aaa151bb811 (diff)
downloadcarpentertutoring-517993e10b56bdba3bac50e873ba9942d22fc00b.tar.xz
carpentertutoring-517993e10b56bdba3bac50e873ba9942d22fc00b.zip
basic announcement system working; still needs date filtering
Diffstat (limited to 'styles/index.scss')
-rw-r--r--styles/index.scss2
1 files changed, 2 insertions, 0 deletions
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";