Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/web/ui/src/features/river-js/RiverValue.module.css
5304 views
1
.value {
2
font-size: 14px;
3
font-family: 'Fira Code', monospace;
4
white-space: pre;
5
tab-size: 4;
6
margin: 0px;
7
}
8
9
.value span.literal {
10
color: blue;
11
}
12
13
.value span.string {
14
color: green;
15
}
16
17
.value span.special {
18
color: gray;
19
}
20
21