Skip to content

Commit 70d278a

Browse files
hover changes which was disturbing
1 parent 1f2ec68 commit 70d278a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Chess-Game/style.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ div * {
6969
z-index: 1;
7070
}
7171

72-
.gamecell:hover {
73-
color: #fff;
74-
background: rgba(37, 88, 228, 0.712);
75-
z-index: 2;
76-
transform: translate(10px, -10px);
77-
animation: neonBlueText 1.5s ease-in-out infinite alternate;
78-
}
72+
7973

8074
.grey {
8175
background: rgba(128, 128, 128, 0.801);

0 commit comments

Comments
 (0)