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">
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
|
||||||
<style>
|
<style>
|
||||||
path {
|
#kvg {
|
||||||
stroke: white;
|
stroke: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.two {
|
.two {
|
||||||
stroke: rgb(53, 206, 53)
|
stroke: rgb(53, 206, 53);
|
||||||
}
|
}
|
||||||
|
|
||||||
.three {
|
.three {
|
||||||
stroke: rgb(47, 172, 255)
|
stroke: rgb(47, 172, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.four {
|
.four {
|
||||||
stroke:rgb(252, 193, 0)
|
stroke:rgb(252, 193, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.five {
|
.five {
|
||||||
|
|
Loading…
Reference in a new issue