mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
7 lines
375 B
CSS
7 lines
375 B
CSS
.token.comment,.token.prolog,.token.doctype,.token.cdata {color:#888;}
|
|
.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol {color:#905;}
|
|
.token.selector,.token.attr-name,.token.string,.token.builtin {color:#690;}
|
|
.token.atrule,.token.attr-value,.token.punctuation,.token.keyword {color:#1e5799;}
|
|
.token.regex,.token.important {color:#e90;}
|
|
|