瀏覽代碼

changement couleur sticky menu

Maha Bouchiba 2 年之前
父節點
當前提交
997e83d3b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/Layout/UI/StickyMenu.vue

+ 1 - 1
components/Layout/UI/StickyMenu.vue

@@ -65,7 +65,7 @@ const squares = ref(props.squaresData);
 }
 
 .blue-square {
-  background: rgb(166, 206, 208);
+  background: rgb(125, 194, 198);
 }
 
 .darkblue-square {