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 {
|
||||
pre[class*="language-"] {
|
||||
code {
|
||||
color: rgb(10,48,105) !important;
|
||||
|
||||
.token {
|
||||
&.tag {
|
||||
color: rgb(10,48,105) !important;
|
||||
color: rgb(17,99,41) !important;
|
||||
}
|
||||
&.keyword {
|
||||
color: rgb(207,34,46) !important;
|
||||
|
@ -379,10 +381,6 @@ div.code-toolbar > .toolbar > .toolbar-item > span:focus {
|
|||
color: rgb(130,80,223) !important;
|
||||
}
|
||||
|
||||
&.class-name {
|
||||
color: rgb(17,99,41) !important;
|
||||
}
|
||||
|
||||
&.operator {
|
||||
color: rgb(5,80,174) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue