summaryrefslogtreecommitdiff
path: root/_example/custom.css
diff options
context:
space:
mode:
Diffstat (limited to '_example/custom.css')
-rw-r--r--_example/custom.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/_example/custom.css b/_example/custom.css
new file mode 100644
index 0000000..6690ee7
--- /dev/null
+++ b/_example/custom.css
@@ -0,0 +1,3 @@
+h1 {
+ color: sienna;
+}