浏览代码

[GINR] css with dark blue

cgars 8 年之前
父节点
当前提交
faa4c4cbb2
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. 7 6
      public/css/gogs.css

+ 7 - 6
public/css/gogs.css

@@ -25,6 +25,7 @@ h5,
 .ui.button:not(.label) {
   font-family: "PingFang SC", 'Hiragino Sans GB', "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
 }
+
 img {
   border-radius: 3px;
 }
@@ -150,16 +151,16 @@ code.wrap {
   box-shadow: none;
 }
 .ui .text.red {
-  color: #467FDA !important;
+  color: #2854a4 !important;
 }
 .ui .text.red a {
-  color: #467FDA !important;
+  color: #2854a4 !important;
 }
 .ui .text.red a:hover {
-  color: #E467FDA !important;
+  color: #428bca !important;
 }
 .ui .text.blue {
-  color: #428bca !important;
+  color: #2854a4 !important;
 }
 .ui .text.blue a {
   color: #15c !important;
@@ -892,7 +893,7 @@ footer .ui.language .menu {
   font-size: 2em;
 }
 .home .hero .octicon {
-  color: #467fda;
+  color: #2854a4;
   font-size: 40px;
   width: 50px;
 }
@@ -906,7 +907,7 @@ footer .ui.language .menu {
   padding-top: 30px;
 }
 .home a {
-  color: #467FDA;
+  color: #2854a4;
 }
 .signup {
   padding-top: 15px;