Changed CodeHighlight code & token.tag colors

pull/3699/head
Tuğçe Küçükoğlu 2023-03-02 16:59:24 +03:00
parent 99b11c28f2
commit d93b4c56c8
1 changed files with 3 additions and 5 deletions

View File

@ -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;
}