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

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