Skip to content

Commit

Permalink
update readme and css
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarkiel committed Aug 1, 2024
1 parent 3a2281d commit 4b37bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions sass/components/_mobile-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

&__icon {
fill: $secondaryColorBlack;
fill: rgb(255, 255, 255);
cursor: pointer;
transition-property: fill;
transition-duration: $transitionDurationDefault;
Expand Down Expand Up @@ -92,7 +92,7 @@
}

&__link:hover {
color: $primaryColor;
color: white;
}

&__tel {
Expand Down

0 comments on commit 4b37bf1

Please sign in to comment.