aboutsummaryrefslogtreecommitdiff
path: root/style/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style/_markdown.scss')
-rw-r--r--style/_markdown.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/style/_markdown.scss b/style/_markdown.scss
new file mode 100644
index 0000000..57d17dd
--- /dev/null
+++ b/style/_markdown.scss
@@ -0,0 +1,16 @@
+h1, h2, h3 {
+ font-size: 1em;
+ font-weight: bold;
+}
+
+h1::before {
+ content: '# ';
+}
+
+h2::before {
+ content: '## ';
+}
+
+h3::before {
+ content: '### ';
+}