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 36828de commit 33fe46cCopy full SHA for 33fe46c
css/raw.js
@@ -192,7 +192,9 @@ main.-landing {
192
.logo-collection > .logo:hover {
193
background-color: white;
194
}
195
-.logo-collection > .logo:hover svg {
+.logo-collection > .logo:hover svg,
196
+.logo-collection > .logo:active svg,
197
+.logo-collection > .logo:focus svg {
198
animation: spin 3s linear infinite;
199
200
@keyframes spin {
@@ -201,7 +203,9 @@ main.-landing {
201
203
202
204
205
-.author-link:hover > img {
206
+.author-link:hover > img,
207
+.author-link:active > img,
208
+.author-link:focus > img {
209
210
211
0 commit comments