summaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-09-12 07:36:33 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-13 20:41:27 +0100
commit777f9d3fd8caf56e6bc6999a4b05379307d0733f (patch)
treedc42d2ae9b4a8e7ee467f59e25c9e122e63f2e04 /_sass
downloadsite-777f9d3fd8caf56e6bc6999a4b05379307d0733f.tar.zst
Initial commit
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;
+}