This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
VPModelFileTool/dist/css/beautify.css
stijnb1234 38b4d5562c First commit, containing the basic system.
- TODO: Add/Remove item system (so it's not fixed to two).
2021-04-07 15:34:07 +02:00

25 lines
No EOL
226 B
CSS

pre {
outline: 1px solid #ccc;
padding: 5px;
margin: 5px;
}
.string {
color: green;
}
.number {
color: darkorange;
}
.boolean {
color: blue;
}
.null {
color: magenta;
}
.key {
color: red;
}