Browse Source

[GINR] css with dark blue

cgars 8 years ago
parent
commit
faa4c4cbb2
1 changed files with 7 additions and 6 deletions
  1. 7 6
      public/css/gogs.css

+ 7 - 6
public/css/gogs.css

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