소스 검색

fix quality cards background color

Olivier Massot 1 년 전
부모
커밋
951c24c2a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/Formation/Qualite.vue

+ 1 - 1
components/Formation/Qualite.vue

@@ -53,6 +53,6 @@ import AnchoredSection from '~/components/Layout/AnchoredSection.vue'
 
 .card {
   color: var(--on-alt-theme) !important;
-  background: var(--primary-color);
+  background: var(--primary-color) !important;
 }
 </style>