Edit header navigation (main navigation menu)

This commit is contained in:
Paul Nicoué 2022-06-09 17:30:38 +02:00
parent 9bda79a1d5
commit e90e57ff02
6 changed files with 186 additions and 48 deletions

View file

@ -46,7 +46,9 @@
--black: #000;
--transparent-black: rgba(0, 0, 0, 0.8);
--jet: #333333;
--light-gray: #d6d6d6;
--granite-gray: #666666;
--spanish-gray: #999999;
--light-gray: #D6D6D6;
--white: #fff;
--transparent-white: rgba(255, 255, 255, 0.8);
}