Fix up css style

This commit is contained in:
Brenda Wallace
2016-12-07 11:30:17 +13:00
parent 6e0e7e4de1
commit 0f15095129

View File

@@ -1,3 +1,3 @@
.bar rect:hover{
fill: orange;
}
.bar rect:hover {
fill: #ffa500;
}