Skip to content

Remove the displaying background colour #116

@Tharindu37

Description

@Tharindu37

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);
}

Screenshots
Screenshot (87)

Are you working on it?
No

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions