Explorar o código

fix quality cards background color

Olivier Massot hai 1 ano
pai
achega
951c24c2a2
Modificáronse 1 ficheiros con 1 adicións e 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>