소스 검색

fix: Station card brightness changed on hover

Owen Diffey 3 년 전
부모
커밋
005f795030
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/pages/Home.vue

+ 1 - 0
frontend/src/pages/Home.vue

@@ -1036,6 +1036,7 @@ html {
 	overflow: hidden;
 	margin: 10px;
 	cursor: pointer;
+	filter: none;
 	height: 150px;
 	width: calc(100% - 30px);
 	max-width: 400px;