aboutsummaryrefslogtreecommitdiff
path: root/style/_markdown.scss
blob: 57d17dd1d8d25a91677e504f85df0f985a41371e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
h1, h2, h3 {
  font-size: 1em;
  font-weight: bold;
}

h1::before {
  content: '# ';
}

h2::before {
  content: '## ';
}

h3::before {
  content: '### ';
}