You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/assets/css/syntax_edit.css

5 lines
268 B

/* LineHighlight */ .chroma .hl { background-color: white; color: black }
/* Comment */ .chroma .c { color: white }
/* CommentHashbang */ .chroma .ch { color: white }
/* CommentMultiline */ .chroma .cm { color: white }
/* CommentSingle */ .chroma .c1 { color: white }