mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 00:47:46 -06:00
UX: Add some missing hljs classes
This commit is contained in:
parent
a48595ae7a
commit
683c038ec0
@ -15,7 +15,8 @@ pre > code {
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-doctag,
|
||||
.hljs-code {
|
||||
.hljs-code,
|
||||
.hljs-meta {
|
||||
color: var(--hljs-comment);
|
||||
font-style: italic;
|
||||
}
|
||||
@ -35,7 +36,8 @@ pre > code {
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-string,
|
||||
.hljs-template-tag,
|
||||
.hljs-template-variable {
|
||||
.hljs-template-variable,
|
||||
.hljs-type {
|
||||
color: var(--hljs-string);
|
||||
}
|
||||
|
||||
@ -44,7 +46,8 @@ pre > code {
|
||||
.hljs-quote,
|
||||
.hljs-operator,
|
||||
.hljs-selector-pseudo,
|
||||
.hljs-selector-tag {
|
||||
.hljs-selector-tag,
|
||||
.hljs-link {
|
||||
color: var(--hljs-string);
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -53,6 +56,7 @@ pre > code {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-literal,
|
||||
.hljs-class .hljs-title {
|
||||
color: var(--hljs-literal);
|
||||
font-weight: bold;
|
||||
@ -65,6 +69,11 @@ pre > code {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-attr,
|
||||
.hljs-tag .hljs-name {
|
||||
color: var(--hljs-attribute);
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-selector-attr,
|
||||
.hljs-selector-class,
|
||||
|
Loading…
Reference in New Issue
Block a user