ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/Hello2.css

29 lines
273 B
CSS

BODY {
font-weight: normal;
background-color: #E0E0E0;
}
.keyword {
color: brown;
font-weight: bold;
}
.type {
color: brown;
font-weight: bold;
}
.string {
color: darkgreen;
}
.comment {
color: navy;
font-style: italic;
}
.number {
color: blue;
}