remove unnecessary background color definition for tokens and string literals

This commit is contained in:
Konstantin Schaper
2020-10-21 11:51:17 +02:00
parent cfa44df41a
commit a289fe00a9
2 changed files with 0 additions and 8 deletions

View File

@@ -188,9 +188,6 @@ pre[class*="language-"] {
.style .token.string { .style .token.string {
color: #686868; color: #686868;
background: #ffffff;
} }
.token.atrule, .token.atrule,

View File

@@ -149,24 +149,19 @@ export default {
}, },
operator: { operator: {
color: "#686868", color: "#686868",
background: "#ffffff",
}, },
entity: { entity: {
color: "#686868", color: "#686868",
background: "#ffffff",
cursor: "help", cursor: "help",
}, },
url: { url: {
color: "#686868", color: "#686868",
background: "#ffffff",
}, },
".language-css .token.string": { ".language-css .token.string": {
color: "#686868", color: "#686868",
background: "#ffffff",
}, },
".style .token.string": { ".style .token.string": {
color: "#686868", color: "#686868",
background: "#ffffff",
}, },
atrule: { atrule: {
color: "#00a984", color: "#00a984",