csslint: fix color values
This commit is contained in:
parent
5064ca1d4e
commit
22284f34cb
|
@ -144,7 +144,7 @@ var Colors = module.exports = {
|
|||
mediumaquamarine:"#66cdaa",
|
||||
mediumblue :"#0000cd",
|
||||
mediumorchid :"#ba55d3",
|
||||
mediumpurple :"#9370d8",
|
||||
mediumpurple :"#9370db",
|
||||
mediumseagreen :"#3cb371",
|
||||
mediumslateblue :"#7b68ee",
|
||||
mediumspringgreen :"#00fa9a",
|
||||
|
@ -165,7 +165,7 @@ var Colors = module.exports = {
|
|||
palegoldenrod :"#eee8aa",
|
||||
palegreen :"#98fb98",
|
||||
paleturquoise :"#afeeee",
|
||||
palevioletred :"#d87093",
|
||||
palevioletred :"#db7093",
|
||||
papayawhip :"#ffefd5",
|
||||
peachpuff :"#ffdab9",
|
||||
peru :"#cd853f",
|
||||
|
@ -204,7 +204,7 @@ var Colors = module.exports = {
|
|||
//'currentColor' color keyword https://www.w3.org/TR/css3-color/#currentcolor
|
||||
currentColor :"The value of the 'color' property.",
|
||||
//CSS2 system colors https://www.w3.org/TR/css3-color/#css2-system
|
||||
activeBorder :"Active window border.",
|
||||
activeborder :"Active window border.",
|
||||
activecaption :"Active window caption.",
|
||||
appworkspace :"Background color of multiple document interface.",
|
||||
background :"Desktop background.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user