Update style.css
This commit is contained in:
parent
a05edb7975
commit
fa5f465008
1 changed files with 14 additions and 0 deletions
|
@ -2994,3 +2994,17 @@ body,
|
|||
content: "\f105";
|
||||
}
|
||||
}
|
||||
|
||||
/****************/
|
||||
/* Кнопки OAuth */
|
||||
/****************/
|
||||
#fork .f-btn[name="github"] {
|
||||
color: #24292f;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#fork .f-btn[name="github"]:focus,
|
||||
#fork .f-btn[name="github"]:hover {
|
||||
color: #fff;
|
||||
background-color: #24292f;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue