summaryrefslogtreecommitdiffstats
path: root/docs/assets/main.scss
blob: bda771db0b663fa33a0856e0769f49f9086ad122 (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
31
---
---

@import "{{ site.theme }}";

#playground-box {
  font-size: x-large;
  border-radius: 25px;
  background: #8d8;
  padding: 20px;
  display: inline-block;
}

#playground-box h4 {
  margin-bottom: 0;
}

#playground-box code {
  padding-left: 20px;
  background: #444;
  border-color: #444;
}

#playground-box code a {
  padding-right: 20px;
  color: white;
}

#playground-box .prompt {
  color: #4f4;
}