Skip to content

Commit 704f734

Browse files
authored
Update black and white definitions, fixes #2
1 parent 02aac2a commit 704f734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Css/Systems/Colors.elm

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ import Css exposing (hex)
1515

1616
{-|
1717
18-
hex "000"
18+
hex "000000"
1919
2020
-}
2121
black : Css.Color
2222
black =
23-
hex "000"
23+
hex "000000"
2424

2525

2626
{-|
2727
28-
hex "fff"
28+
hex "ffffff"
2929
3030
-}
3131
white : Css.Color
3232
white =
33-
hex "fff"
33+
hex "ffffff"
3434

3535

3636
{-|

0 commit comments

Comments
 (0)