Updated colors and removed reference to deleted file

This commit is contained in:
ポール ウェッブ 2018-10-12 13:45:17 -05:00
parent 8e8c9ba231
commit 1d43422b77
2 changed files with 19 additions and 23 deletions

View file

@ -1,16 +1,16 @@
$white: #fff; $white: #fff;
$silver: #e3e3e3; $silver: #f1f3f5;
$black: #222; // #3e3e42; $black: #212529;
$gray: #96a1ae; $gray: #ced4da;
$teal: #27d27d; $teal: #38d9a9;
$cyan: #27d2d2; $cyan: #3bc9db;
$blue: #277cd2; $blue: #339af0;
$indigo: #2727d2; $indigo: #748ffc;
$violet: #7c27d2; $violet: #9775fa;
$fuchsia: #d227d2; $fuchsia: #da77f2;
$pink: #d2277d; $pink: #f783ac;
$red: #d22727; $red: #e03131;
$orange: #d27c27; $orange: #ff922b;
$yellow: #d2d227; $yellow: #ffe066;
$lime: #7dd227; $lime: #a9e34b;
$green: #27d227; $green: #51cf66;

View file

@ -5,8 +5,7 @@
font-family: "Inter UI"; font-family: "Inter UI";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url("../assets/type/inter/variable.woff2") format("woff2-variations"), src: url("../assets/type/inter/400.woff2") format("woff2"),
url("../assets/type/inter/400.woff2") format("woff2"),
url("../assets/type/inter/400.woff") format("woff"); url("../assets/type/inter/400.woff") format("woff");
} }
@ -14,8 +13,7 @@
font-family: "Inter UI"; font-family: "Inter UI";
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
src: url("../assets/type/inter/variable.woff2") format("woff2-variations"), src: url("../assets/type/inter/400i.woff2") format("woff2"),
url("../assets/type/inter/400i.woff2") format("woff2"),
url("../assets/type/inter/400i.woff") format("woff"); url("../assets/type/inter/400i.woff") format("woff");
} }
@ -25,8 +23,7 @@
font-family: "Inter UI"; font-family: "Inter UI";
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: url("../assets/type/inter/variable.woff2") format("woff2-variations"), src: url("../assets/type/inter/700.woff2") format("woff2"),
url("../assets/type/inter/700.woff2") format("woff2"),
url("../assets/type/inter/700.woff") format("woff"); url("../assets/type/inter/700.woff") format("woff");
} }
@ -34,7 +31,6 @@
font-family: "Inter UI"; font-family: "Inter UI";
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url("../assets/type/inter/variable.woff2") format("woff2-variations"), src: url("../assets/type/inter/700i.woff2") format("woff2"),
url("../assets/type/inter/700i.woff2") format("woff2"),
url("../assets/type/inter/700i.woff") format("woff"); url("../assets/type/inter/700i.woff") format("woff");
} }