-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the bug
Displayed the background colour when hovering on the "Technology" section icons.
Expected behavior
Existing code
.img-tech:hover {
border-color:rgba(36, 36, 250,0.3);
transform: scale(1.05);
background-color: rgba(36, 36, 250,0.1);
}Change like follows
.img-tech:hover {
transform: scale(1.05);
}Are you working on it?
No
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
