Skip to content

Commit

Permalink
Update hover effect (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed Oct 22, 2023
1 parent 468b427 commit 2d014ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/assets/styles/components/home/_selected-work.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@

&:hover {
small {
text-decoration: underline;
color: var(--background-default);
background: var(--text-primary);
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/assets/styles/components/work/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@

&:hover {
small {
text-decoration: underline;
color: var(--background-default);
background: var(--text-primary);
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/assets/styles/components/work/_other-work-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@

&:hover {
small {
text-decoration: underline;
color: var(--background-default);
background: var(--text-primary);
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions src/assets/styles/pages/_tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@

&:hover {
background: none;

p {
text-decoration: underline;
color: var(--background-default);
background: var(--text-primary);
border-radius: 99px;
}
}

Expand Down

0 comments on commit 2d014ba

Please sign in to comment.