浏览代码

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>