File size: 536 Bytes
de2d4cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@tailwind base;
@tailwind components;
@tailwind utilities;

body, html {
  @apply bg-slate-950 overflow-hidden min-h-screen;
  font-family: "Source Sans 3", "sans-serif";
}

.jsonResponse .hljs {
  @apply !text-sm !bg-black !font-code !whitespace-pre-wrap !p-8 !leading-relaxed;
}
.jsonResponse tbody.hljs {
  @apply !h-full !leading-loose
}
.jsonResponse tbody.hljs tr td:first-of-type code {
  @apply opacity-60 pl-2
}

.snippet .hljs {
  @apply text-xs font-code !bg-transparent !p-0 !whitespace-pre-wrap break-all !leading-relaxed
}