浏览代码

1.0.2-prod-rc.18

Yoginth 7 年之前
父节点
当前提交
07d86c75e2
共有 6 个文件被更改,包括 8 次插入8 次删除
  1. 1 1
      gitote.go
  2. 1 1
      public/css/gitote.min.css
  3. 3 3
      public/less/_base.less
  4. 1 1
      public/less/_user.less
  5. 1 1
      public/less/gitote.less
  6. 1 1
      templates/embed/user.tmpl

+ 1 - 1
gitote.go

@@ -31,7 +31,7 @@ import (
 )
 
 // AppVer holds the current Gitote version
-const AppVer = "1.0.2-prod-rc.17"
+const AppVer = "1.0.2-prod-rc.18"
 
 // APIVer holds the current Gitote API version
 const APIVer = "v1"

文件差异内容过多而无法显示
+ 1 - 1
public/css/gitote.min.css


+ 3 - 3
public/less/_base.less

@@ -1,5 +1,5 @@
 body:not(.full-width) {
-	font-family: 'Ubuntu', sans-serif;
+	font-family: 'Source Sans Pro', sans-serif;
 	background-color: @white-100;
 	overflow-y: scroll;
 	overflow-x: auto;
@@ -26,7 +26,7 @@ h1, h2, h3, h4, h5,
 .ui.menu,
 .ui.input input,
 .ui.button:not(.label) {
-	font-family: 'Ubuntu', sans-serif !important;
+	font-family: 'Source Sans Pro', sans-serif !important;
 }
 
 img {
@@ -552,7 +552,7 @@ footer {
 
 	&.bold {
 		font-weight: bold !important;
-		font-size: 13px;
+		font-size: 14px;
 		color: @white-100 !important;
 	
 		&:hover {

+ 1 - 1
public/less/_user.less

@@ -207,7 +207,7 @@
 .staff {
 	padding: 3px 4px;
     font-size: 12px;
-    font-family: 'Ubuntu', sans-serif;
+    font-family: 'Source Sans Pro', sans-serif;
     color: @white-100;
     text-transform: uppercase;
     border-radius: 2px;

+ 1 - 1
public/less/gitote.less

@@ -1,4 +1,4 @@
-@import url('https://fonts.googleapis.com/css?family=Ubuntu');
+@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
 @import "_variable";
 @import "_emojify";
 @import "_base";

+ 1 - 1
templates/embed/user.tmpl

@@ -32,7 +32,7 @@ h1 {
     color: #29179e;
     width: 92%;
     margin: 1vw auto;
-    font-family: 'Ubuntu', sans-serif;
+    font-family: 'Source Sans Pro', sans-serif;
 }
 .preview-user {
     font-size: 3.5vw;