浏览代码

Fixed small color issue on homepage with add button.

KrisVos130 8 年之前
父节点
当前提交
9583cf3d5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/components/pages/Home.vue

+ 1 - 1
frontend/components/pages/Home.vue

@@ -233,7 +233,7 @@
 		cursor: pointer;
 		transition: .25s ease color;
 		font-size: 30px;
-		color: black;
+		color: #4a4a4a;
 	}
 
 	.community-button:hover { color: #03a9f4; }