Skip to content

Commit 61eed3a

Browse files
committed
移除GitHub图标边框
1 parent 354a30d commit 61eed3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/App.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,30 @@ html, body {
7171
background: none;
7272
padding: 0;
7373
margin-left: 8px;
74+
box-shadow: none;
75+
outline: none;
7476
}
7577

7678
.github-link:hover {
7779
color: var(--primary-color);
7880
transform: rotate(360deg) scale(1.15);
81+
border: none;
82+
outline: none;
83+
box-shadow: none;
7984
}
8085

8186
.github-link:focus {
8287
outline: none;
8388
color: var(--primary-color);
8489
animation: pulse 1s ease-in-out;
90+
border: none;
91+
box-shadow: none;
8592
}
8693

8794
.github-icon {
8895
display: block;
8996
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
97+
border: none;
9098
}
9199

92100
@keyframes pulse {

0 commit comments

Comments
 (0)