Update style.css

This commit is contained in:
Visman 2023-05-10 21:50:25 +07:00
parent a05edb7975
commit fa5f465008

View file

@ -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;
}