Add main navigation menu

This commit is contained in:
Paul Nicoué 2022-06-07 16:50:09 +02:00
parent e80094dfd8
commit 9bda79a1d5
6 changed files with 145 additions and 23 deletions

View file

@ -44,8 +44,9 @@
// Colors
--black: #000;
--transparent-black: rgba(0, 0, 0, 0.8);
--jet: #333333;
--spanish-gray: #999999;
--light-gray: #d6d6d6;
--white: #fff;
--transparent-white: rgba(255, 255, 255, 0.8);
}