Improve formatting of code highlighting styles
This commit is contained in:
parent
3b642fa002
commit
293f0ba957
1 changed files with 195 additions and 225 deletions
|
|
@ -146,12 +146,7 @@ hr {
|
|||
}
|
||||
|
||||
|
||||
.content {
|
||||
.codeblock {
|
||||
color: var(--foreground);
|
||||
background-color: var(--background);
|
||||
border: 1px solid var(--gray6);
|
||||
|
||||
.err {
|
||||
color: var(--red);
|
||||
}
|
||||
|
|
@ -354,38 +349,14 @@ hr {
|
|||
color: var(--yellow);
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
.c {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentHashbang */
|
||||
.ch {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentMultiline */
|
||||
.cm {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentSingle */
|
||||
.c1 {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentSpecial */
|
||||
.cs {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentPreproc */
|
||||
.cp {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
/* CommentPreprocFile */
|
||||
.cpf {
|
||||
/* comment */
|
||||
/* comment: hashbang */
|
||||
/* comment: multiline */
|
||||
/* comment: single */
|
||||
/* comment: special */
|
||||
/* comment: preproc */
|
||||
/* comment: preproc file */
|
||||
.c, .ch, .cm, .c1, .cs, .cp, .cpf {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
|
|
@ -414,4 +385,3 @@ hr {
|
|||
color: #75715e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue