docs: fix typo (hex code for green color)

This commit is contained in:
Stephan 2017-12-27 13:29:09 +01:00 committed by GitHub
parent 95c59b4743
commit 38d93d2f91
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;
}
```