pull/345/head
mertsincan 2020-05-21 04:04:57 +03:00
parent d2963c47f4
commit 1b30cb8fb3
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ pre[class*="language-"] code {
color: var(--text-color);
}
&.operator {
&.operator,
&.string {
background: transparent;
}
}