From 4b37bf106daa4d1eb8e2a27f80c082bbb0adf013 Mon Sep 17 00:00:00 2001 From: Maarkiel Date: Thu, 1 Aug 2024 18:58:26 +0200 Subject: [PATCH] update readme and css --- readme.md | 2 +- sass/components/_mobile-menu.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {