summaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/custom/custom.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
new file mode 100644
index 0000000..43a40c8
--- /dev/null
+++ b/_sass/custom/custom.scss
@@ -0,0 +1,3 @@
+blockquote.theorem {
+ border-left: none;
+}