We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2ec68 commit 70d278aCopy full SHA for 70d278a
Chess-Game/style.css
@@ -69,13 +69,7 @@ div * {
69
z-index: 1;
70
}
71
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
-}
+
79
80
.grey {
81
background: rgba(128, 128, 128, 0.801);
0 commit comments