Iceshrimp.NET/Iceshrimp.Frontend/Components/JsonViewer.razor.css
2025-03-28 16:22:23 +10:00

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;
}
}