fix some of the xkcd colour list's formatting
This commit is contained in:
parent
ae62b82cfd
commit
308d28a425
|
@ -33,7 +33,7 @@ $beige: #e6daa6;
|
||||||
$royalBlue: #0504aa;
|
$royalBlue: #0504aa;
|
||||||
$navyBlue: #001146;
|
$navyBlue: #001146;
|
||||||
$lilac: #cea2fd;
|
$lilac: #cea2fd;
|
||||||
$black: black;
|
$black: #000000;
|
||||||
$hotPink: #ff028d;
|
$hotPink: #ff028d;
|
||||||
$lightBrown: #ad8150;
|
$lightBrown: #ad8150;
|
||||||
$paleGreen: #c7fdb5;
|
$paleGreen: #c7fdb5;
|
||||||
|
@ -109,7 +109,7 @@ $eggplant: #380835;
|
||||||
$steelBlue: #5a7d9a;
|
$steelBlue: #5a7d9a;
|
||||||
$mossGreen: #658b38;
|
$mossGreen: #658b38;
|
||||||
$robinsEggBlue: #98eff9;
|
$robinsEggBlue: #98eff9;
|
||||||
$white: white;
|
$white: #ffffff;
|
||||||
$greyGreen: #789b73;
|
$greyGreen: #789b73;
|
||||||
$sage: #87ae73;
|
$sage: #87ae73;
|
||||||
$brick: #a03623;
|
$brick: #a03623;
|
||||||
|
|
Loading…
Reference in New Issue