mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Change window button colors to match Windows colors
This commit is contained in:
parent
a879d8478b
commit
75cd31363c
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--color-6-lowergray);
|
||||
background: #2d2d2d;
|
||||
|
||||
svg {
|
||||
fill: var(--color-f-white);
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
|
||||
&:last-of-type:hover {
|
||||
background: #e81123;
|
||||
background: #c42b1c;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue