diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..7b82bc7 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,19 @@ +--- +--- + +@import "{{ site.theme }}"; + +.page-header { + left: 0; + right: 0; + background-color: #fff; +} + +.main-content { + h1, h2, h3, h4, h5, h6 { + margin-top: 2rem; + margin-bottom: 1rem; + font-weight: normal; + color: #222; + } +}