aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_markdown.scss
blob: 8a5e0a38b9b28205b098e56f4493cd356fcc3b05 (plain) (blame)
1
2
3
4
5
6
7
8
9
$markdown-bg-color : darken($color-grey-light, 6%);

.c-markdown {
  font-size: inherit;
  font-family: monospace;
  background-color: $markdown-bg-color;
  border-radius: 5px;
  padding: 5px;
}