Sfoglia il codice sorgente

fix quality cards background color

Olivier Massot 1 anno fa
parent
commit
951c24c2a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>