소스 검색

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 {