Fixed missing colors

This commit is contained in:
Robert 2021-02-13 01:29:21 +01:00
parent 6d60fca4e6
commit 0aabdb7d84

View file

@ -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 {