Update to new structure

This commit is contained in:
Çetin
2022-07-22 13:13:50 +03:00
parent 12bc4574d2
commit af7e863f4d
422 changed files with 5238 additions and 209563 deletions

View File

@@ -0,0 +1,44 @@
pre[class*="language-"] {
border-radius: 12px !important;
&:before,
&:after {
display: none !important;
}
code {
border-left: .5rem solid transparent !important;
box-shadow: none !important;
background: var(--surface-ground) !important;
margin: 0 !important;
color: var(--surface-900);
font-size: 14px;
border-radius: 10px !important;
.token {
&.tag,
&.keyword {
color: #2196F3 !important;
}
&.attr-name,
&.attr-string {
color: #2196F3 !important;
}
&.attr-value {
color: #4CAF50 !important;
}
&.punctuation {
color: var(--text-color);
}
&.operator,
&.string {
background: transparent;
}
}
}
}