Browse Source

Fixed small color issue on homepage with add button.

KrisVos130 8 năm trước cách đây
mục cha
commit
9583cf3d5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; }