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

.codehilite {
  background: unset !important;
}

pre:not(#comments) {
  overflow: auto;
  width: 100%;
  display: inline-block;
  border: 1px solid;
  padding: 2px;
  background: #111;
}

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

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