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 {
|
||||
|
||||
color: #686868;
|
||||
|
||||
background: #ffffff;
|
||||
|
||||
}
|
||||
|
||||
.token.atrule,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user