about summary refs log tree commit diff
path: root/blog.node5.net/static/article.css
blob: d482ed4389c92bb16871a4be8871db69902187e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
img {
	max-width: 100%;
	height: auto;
	max-height: 30em;
}

.codehilite {
  background: unset !important;
}

blockquote>p:before {
  content: "ℹ️";
  padding: 1em;
}

blockquote {
  border: white solid 1px;
  border-left: var(--main-color) solid 5px;
  padding-left: 1em;
  padding-right: 1em;
}