Update _code.scss

pull/3699/head
Tuğçe Küçükoğlu 2023-03-03 15:15:26 +03:00
parent 98f222cb90
commit e58f6f4db6
1 changed files with 3 additions and 5 deletions

View File

@ -280,9 +280,11 @@ div.code-toolbar > .toolbar > .toolbar-item > span:focus {
.layout-wrapper-dark {
pre[class*="language-"] {
code {
color: var(--text-color) !important;
.token {
&.tag {
color: var(--text-color) !important;
color: rgb(141,219,140) !important;
}
&.keyword {
color: rgb(244,112,103) !important;
@ -322,10 +324,6 @@ div.code-toolbar > .toolbar > .toolbar-item > span:focus {
color: rgb(220,189,251) !important;
}
&.class-name {
color: rgb(141,219,140) !important;
}
&.operator {
color: rgb(150,208,255) !important;
}