diff --git a/css/main.css b/css/main.css index e6af6acb..a3527015 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,4 @@ +@import "{{ site.theme }}"; body { margin: 60px auto; width: 70%; diff --git a/index.html b/index.html index 7b19dc25..4dbff95f 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ layout: default title: Cloud Retro --- +@import "{{ site.theme }}"; +