mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
remove unnecessary background color definition for tokens and string literals
This commit is contained in:
@@ -188,9 +188,6 @@ pre[class*="language-"] {
|
|||||||
.style .token.string {
|
.style .token.string {
|
||||||
|
|
||||||
color: #686868;
|
color: #686868;
|
||||||
|
|
||||||
background: #ffffff;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.token.atrule,
|
.token.atrule,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user