浏览代码

Update style.css

Visman 2 年之前
父节点
当前提交
fa5f465008
共有 1 个文件被更改,包括 14 次插入0 次删除
  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;
+}