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 354a30d commit 61eed3aCopy full SHA for 61eed3a
src/App.css
@@ -71,22 +71,30 @@ html, body {
71
background: none;
72
padding: 0;
73
margin-left: 8px;
74
+ box-shadow: none;
75
+ outline: none;
76
}
77
78
.github-link:hover {
79
color: var(--primary-color);
80
transform: rotate(360deg) scale(1.15);
81
+ border: none;
82
83
84
85
86
.github-link:focus {
87
outline: none;
88
89
animation: pulse 1s ease-in-out;
90
91
92
93
94
.github-icon {
95
display: block;
96
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
97
98
99
100
@keyframes pulse {
0 commit comments