Fixed missing colors
This commit is contained in:
parent
6d60fca4e6
commit
0aabdb7d84
|
@ -10,7 +10,7 @@
|
|||
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
|
||||
<style>
|
||||
path {
|
||||
#kvg {
|
||||
stroke: white;
|
||||
}
|
||||
|
||||
|
@ -23,15 +23,15 @@
|
|||
}
|
||||
|
||||
.two {
|
||||
stroke: rgb(53, 206, 53)
|
||||
stroke: rgb(53, 206, 53);
|
||||
}
|
||||
|
||||
.three {
|
||||
stroke: rgb(47, 172, 255)
|
||||
stroke: rgb(47, 172, 255);
|
||||
}
|
||||
|
||||
.four {
|
||||
stroke:rgb(252, 193, 0)
|
||||
stroke:rgb(252, 193, 0);
|
||||
}
|
||||
|
||||
.five {
|
||||
|
|
Loading…
Reference in a new issue