Explorar el Código

fix quality cards background color

Olivier Massot hace 1 año
padre
commit
951c24c2a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>