mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
remove unnecessary background color definition for tokens and string literals
This commit is contained in:
@@ -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