summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/book.scss5
-rw-r--r--assets/custom.scss2
2 files changed, 6 insertions, 1 deletions
diff --git a/assets/book.scss b/assets/book.scss
index c2689b9..7ba2bfa 100644
--- a/assets/book.scss
+++ b/assets/book.scss
@@ -217,4 +217,7 @@ aside nav,
.book-toc nav {
padding: $padding-16 * 2 $padding-16;
}
-} \ No newline at end of file
+}
+
+// Add custom defined styles
+@import 'custom' \ No newline at end of file
diff --git a/assets/custom.scss b/assets/custom.scss
new file mode 100644
index 0000000..181c87c
--- /dev/null
+++ b/assets/custom.scss
@@ -0,0 +1,2 @@
+/* To be overridden by theme user */
+// @import "variables";