Replace color values with whatever you want or swap around level #s. Haven't experiented yet to see if you can denote levels other than 0, 2, 6, 20, 30, 50
body a.lv0 {
fill: #00B4CE !important;
color: #009cb3 !important;
}
body a.lv2 {
fill: #43a547 !important;
color: #37883a !important;
}
body a.lv6 {
fill: #fee928 !important;
color: #e2cc01 !important;
}
body a.lv20 {
fill: #fbb308 !important;
color: #d39503 !important;
}
body a.lv30 {
fill: #cc0000 !important;
color: #a90000 !important;
}
body a.lv50 {
color: #8cf !important;
border-left: 4px solid #4163ac;
border-right: 4px solid #4163ac;
border-radius: 15px;
background-color: #4163ac;
}
Replace color values with whatever you want or swap around level #s. Haven't experiented yet to see if you can denote levels other than 0, 2, 6, 20, 30, 50
`body a.lv0 {
fill: #00B4CE !important;
color: #009cb3 !important;
}`
`body a.lv2 {
fill: #43a547 !important;
color: #37883a !important;
}`
`body a.lv6 {
fill: #fee928 !important;
color: #e2cc01 !important;
}`
`body a.lv20 {
fill: #fbb308 !important;
color: #d39503 !important;
}`
`body a.lv30 {
fill: #cc0000 !important;
color: #a90000 !important;
}`
`body a.lv50 {
color: #8cf !important;
border-left: 4px solid #4163ac;
border-right: 4px solid #4163ac;
border-radius: 15px;
background-color: #4163ac;
}`
(post is archived)