瀏覽代碼

Updated Home

Yoginth 7 年之前
父節點
當前提交
7be3b97c45
共有 3 個文件被更改,包括 7 次插入4 次删除
  1. 1 1
      public/css/gitote.min.css
  2. 4 1
      public/less/_home.less
  3. 2 2
      templates/home.tmpl

文件差異過大導致無法顯示
+ 1 - 1
public/css/gitote.min.css


+ 4 - 1
public/less/_home.less

@@ -1,5 +1,6 @@
 .home {
 	padding-bottom: @footer-margin * 2;
+	color: #fff;
 
 	.logo {
 		margin-bottom: @20;
@@ -8,6 +9,7 @@
 	.hero {
 		h1 {
 			font-size: 4.5em;
+			font-weight: 400;
 		}
 
 		h2 {
@@ -39,9 +41,10 @@
 		font-weight: 400;
 	}
 	&.bg {
-		background: url(https://cdn.gitote.in/img/signup_prompt.png), #f3f3f3;
+		background: url(https://cdn.gitote.in/img/signup_prompt.png), #23292e;
 		background-position: top center,0 0;
 		background-size: 100% auto;
+		opacity: 0.91;
 	}
 	.align {
 		margin-top: 1em;

+ 2 - 2
templates/home.tmpl

@@ -4,10 +4,10 @@
 		<div class="ui stackable middle very relaxed page grid home-head">
 			<div class="sixteen wide center aligned centered column">
 				<div class="logo">
-					<img height="80px" src="https://cdn.gitote.in/logo.png" alt="Gitote Logo" />
+					<img height="80px" src="https://cdn.gitote.in/logo.svg" alt="Gitote Logo" />
 				</div>
 				<div class="hero">
-					<h1 class="ui icon header title">
+					<h1>
 						Gitote
 					</h1>
 					<h2>{{.i18n.Tr "app_desc"}}</h2>