mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Fix default color
This commit is contained in:
parent
59e5bb195c
commit
919ae76a01
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
overflow: hidden;
|
||||
border: none;
|
||||
|
||||
color: #ccc;
|
||||
color: #000;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue