Browse Source

Update style.css

Visman 2 years ago
parent
commit
fa5f465008
1 changed files with 14 additions and 0 deletions
  1. 14 0
      public/style/ForkBB/style.css

+ 14 - 0
public/style/ForkBB/style.css

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