mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 23:38:11 +08:00
Update UI colors and alignment for consistency with the design mockup (#157)
Closes #111
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user