Skip to content

Commit

Permalink
Fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Jul 28, 2022
1 parent 417b614 commit 4671cd7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,22 +150,22 @@
}
}

.site-title:hover {
background-image: linear-gradient(
-90deg,
rgba($feedback-color, 1) 0%,
rgba($feedback-color, 0.8) 80%,
rgba($feedback-color, 0) 100%
);
}

.site-button:hover {
background-image: linear-gradient(
-90deg,
rgba($feedback-color, 1) 0%,
rgba($feedback-color, 0.8) 100%
);
}
//.site-title:hover {
// background-image: linear-gradient(
// -90deg,
// rgba($feedback-color, 1) 0%,
// rgba($feedback-color, 0.8) 80%,
// rgba($feedback-color, 0) 100%
// );
//}

//.site-button:hover {
// background-image: linear-gradient(
// -90deg,
// rgba($feedback-color, 1) 0%,
// rgba($feedback-color, 0.8) 100%
// );
//}

// stylelint-disable selector-max-type

Expand Down

0 comments on commit 4671cd7

Please sign in to comment.