Skip to content

Commit

Permalink
fix(user card): changing text color to orange
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainRomiguier committed Feb 2, 2024
1 parent 9a870e8 commit 46ba3b2
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: green;
color: orange;
}
.user-card h2 {
Expand Down

0 comments on commit 46ba3b2

Please # to comment.