Skip to content

Commit aef96b9

Browse files
committed
add TODO styles for some unimplemented classes
1 parent 45af5ed commit aef96b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/css/components/_stacks-code-blocks.less

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ code[class*="language-"] {
9898
.hljs-strong {
9999
font-weight: bold;
100100
}
101+
102+
// TODO
103+
.hljs-class, .hljs-operator, .hljs-tag, .hljs-function, .hljs-params, .hljs-formula, .hljs-punctuation {
104+
color: inherit;
105+
}
101106
}
102107

103108
pre.s-code-block .s-code-block--line-numbers {

0 commit comments

Comments
 (0)