This is a very minor thing, but one being `background:` and the other being `background-color:` bugged me (and not using the named colors).
@@ -330,10 +330,10 @@ progress {
progress::-webkit-progress-bar {
width: inherit;
height: inherit;
- background-color: #808080;
+ background-color: grey;
}
progress::-webkit-progress-value {
- background: #008000;
+ background-color: green;