소스 검색

1.0.2-prod-rc.3

Yoginth 7 년 전
부모
커밋
5109935b77
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      gitote.go
  2. 1 1
      public/css/gitote.min.css
  3. 1 1
      public/less/_home.less

+ 1 - 1
gitote.go

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
public/css/gitote.min.css


+ 1 - 1
public/less/_home.less

@@ -117,7 +117,7 @@
 @media (max-width: 1020px) {
 	.home-main {
 		&.bg {
-			background: url(https://cdn.gitote.in/img/pattern.svg), #f3f3f3;
+			background: url(https://cdn.gitote.in/img/pattern.svg), #23292e;
 		}
 		.desc, &.prompt {
 			display: none !important;