Gogs преди 11 години
родител
ревизия
c593578a55
променени са 2 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 9 0
      public/css/gogs.css
  2. 1 1
      public/css/markdown.css

+ 9 - 0
public/css/gogs.css

@@ -563,6 +563,15 @@ html, body {
     padding: 9px 20px;
 }
 
+.info-box .info-head {
+    font-weight: normal;
+}
+
+.info-box .info-content  a,
+.info-box .info-head a {
+    color: #666;
+}
+
 .file-list {
     background-color: #fafafa;
 }

+ 1 - 1
public/css/markdown.css

@@ -105,7 +105,7 @@
 .markdown > pre {
   line-height: 1.6;
   overflow: auto;
-  background: #fff;
+  background: #f8f8f8;
   padding: 6px 10px;
   border: 1px solid #ddd;
 }