diff --git a/styles/Home.module.scss b/styles/Home.module.scss index 12de93be0313cc72bf9ff07328786defdd16307f..4204acc72680f05d79fed09ebb8339703da17804 100644 --- a/styles/Home.module.scss +++ b/styles/Home.module.scss @@ -192,7 +192,7 @@ background-color: #EFEFEF; } - &:active {background-color: #D9D9D9;} + &:active {background-color: #D9D9D9; opacity: 1;} } @media only screen and (max-width: 768px) { diff --git a/styles/elements.scss b/styles/elements.scss index d612cd55fb4ce20a6a41b76577c345147a79a8a2..c48beaf9c82a9e8ba67b19cf4c8cae29a4b8323e 100644 --- a/styles/elements.scss +++ b/styles/elements.scss @@ -11,9 +11,10 @@ justify-content: center; background-color: white; transition: background-color ease-in-out .07s; + &:hover {background-color: #EFEFEF; text-decoration: none;} - &:active {background-color: #D9D9D9;} + &:active {background-color: #D9D9D9; opacity: 1;} &.red { color: white;