Update UI colors and alignment for consistency with the design mockup (#157)

Closes #111
This commit is contained in:
Keavon Chambers
2021-05-23 19:01:13 -07:00
committed by GitHub
parent a596ce0104
commit d7478f5890
21 changed files with 286 additions and 182 deletions
@@ -20,14 +20,14 @@
padding: 0 20px;
svg {
fill: #ddd;
fill: var(--color-e-nearwhite);
}
&:hover {
background: #666;
background: var(--color-6-lowergray);
svg {
fill: #fff;
fill: var(--color-f-white);
}
}