UNPKG
tinted
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
An interactive color wheel for the browser
zposten.github.io/tinted
zposten/tinted
tinted
/
dist
/
wheel.css
16 lines
(13 loc)
•
264 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tinted-marker
:first-child
circle
{
stroke-opacity
:
1
;
stroke-width
:
2px
; }
.tinted-marker
,
.tinted-marker-trail
{
stroke
: black; }
.tinted--dark
.tinted-marker
,
.tinted--dark
.tinted-marker-trail
{
stroke
: white; }
/*# sourceMappingURL=wheel.css.map */