소스 검색

fix(WhatIsNew): background was two colors on nightmode instead of one

Kristian Vos 3 년 전
부모
커밋
0c61cef3b2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      frontend/src/components/modals/WhatIsNew.vue

+ 4 - 0
frontend/src/components/modals/WhatIsNew.vue

@@ -125,6 +125,10 @@ export default {
 	p {
 		color: var(--light-grey-2);
 	}
+
+	.section {
+		background-color: transparent !important;
+	}
 }
 
 .modal-card-head {