Explorar o código

Fixed small color issue on homepage with add button.

KrisVos130 %!s(int64=8) %!d(string=hai) anos
pai
achega
9583cf3d5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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; }