Przeglądaj źródła

fix quality cards background color

Olivier Massot 1 rok temu
rodzic
commit
951c24c2a2
1 zmienionych plików z 1 dodań i 1 usunięć
  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>