Merge pull request #341 from stephtr/patch-1

docs: fix typo (hex code for green color)
This commit is contained in:
Adam Wathan 2018-01-15 09:42:29 -05:00 committed by GitHub
commit b8df829de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ For example, given the following CSS:
}
.bg-green {
background-color: #0000ff;
background-color: #00ff00;
}
```