16 lines
No EOL
240 B
CSS
16 lines
No EOL
240 B
CSS
.json {
|
|
dt {
|
|
color: #66C3CC;
|
|
font-weight: bold;
|
|
}
|
|
.keyword {
|
|
color: #6C95EB;
|
|
font-family: monospace;
|
|
}
|
|
.number {
|
|
color: #ED94C0;
|
|
}
|
|
.string {
|
|
color: #C9A26D;
|
|
}
|
|
} |