Skip to content

Commit

Permalink
chore(hover): change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainRomiguier committed Feb 1, 2024
1 parent 8601422 commit 9a870e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/user-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class UserCard extends HTMLElement {
.user-card:hover {
background-color: #2980b9;
color: orange;
color: green;
}
.user-card h2 {
Expand Down

0 comments on commit 9a870e8

Please # to comment.