Changed CodeHighlight code & token.tag colors
parent
99b11c28f2
commit
d93b4c56c8
|
@ -337,9 +337,11 @@ div.code-toolbar > .toolbar > .toolbar-item > span:focus {
|
||||||
.layout-wrapper-light {
|
.layout-wrapper-light {
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
code {
|
code {
|
||||||
|
color: rgb(10,48,105) !important;
|
||||||
|
|
||||||
.token {
|
.token {
|
||||||
&.tag {
|
&.tag {
|
||||||
color: rgb(10,48,105) !important;
|
color: rgb(17,99,41) !important;
|
||||||
}
|
}
|
||||||
&.keyword {
|
&.keyword {
|
||||||
color: rgb(207,34,46) !important;
|
color: rgb(207,34,46) !important;
|
||||||
|
@ -379,10 +381,6 @@ div.code-toolbar > .toolbar > .toolbar-item > span:focus {
|
||||||
color: rgb(130,80,223) !important;
|
color: rgb(130,80,223) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.class-name {
|
|
||||||
color: rgb(17,99,41) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.operator {
|
&.operator {
|
||||||
color: rgb(5,80,174) !important;
|
color: rgb(5,80,174) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue