diff --git a/readme.md b/readme.md index 215cc20..22dbd7f 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ # MarkyIdeas - +https://maarkiel.github.io/markystudio2/ This project is a part of my portfolio, focusing on responsive web design and advanced CSS techniques. \ No newline at end of file diff --git a/sass/components/_mobile-menu.scss b/sass/components/_mobile-menu.scss index 44cdcde..c807296 100644 --- a/sass/components/_mobile-menu.scss +++ b/sass/components/_mobile-menu.scss @@ -40,7 +40,7 @@ } &__icon { - fill: $secondaryColorBlack; + fill: rgb(255, 255, 255); cursor: pointer; transition-property: fill; transition-duration: $transitionDurationDefault; @@ -92,7 +92,7 @@ } &__link:hover { - color: $primaryColor; + color: white; } &__tel {