Skip to content

Commit 7647753

Browse files
committed
Fix linters for css
1 parent 623c765 commit 7647753

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

style.css

+22-21
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ body {
173173
transition: font-size 0.3s ease-in-out;
174174
}
175175

176-
.header-menu a:hover{
176+
.header-menu a:hover {
177177
font-size: 20px;
178178
}
179179

@@ -228,8 +228,12 @@ body {
228228
display: inline-block;
229229
}
230230

231+
.Icon a:hover {
232+
color: red;
233+
}
234+
231235
.headline h2 a:hover {
232-
color: #eb3a34;
236+
color: #eb3a34;
233237
}
234238

235239
.Icon {
@@ -241,10 +245,6 @@ body {
241245
color: #505f79;
242246
list-style-type: none;
243247
}
244-
245-
.Icon a:hover{
246-
color: red;
247-
}
248248
}
249249

250250
@media screen and (max-width: 767px) {
@@ -286,16 +286,16 @@ body {
286286
color: #505f79;
287287
}
288288

289-
.Icon a:hover{
290-
color: red;
291-
}
292-
293289
.headline h2 a {
294290
text-decoration: none;
295291
}
296292

293+
.Icon a:hover {
294+
color: red;
295+
}
296+
297297
.headline h2 a:hover {
298-
color: #eb3a34;
298+
color: #eb3a34;
299299
}
300300

301301
.Icon {
@@ -999,6 +999,10 @@ body {
999999
padding-bottom: 20px;
10001000
}
10011001

1002+
.Top-li i {
1003+
color: #acb7c3;
1004+
}
1005+
10021006
.About-me-icon i {
10031007
color: #505f79;
10041008
}
@@ -1029,10 +1033,6 @@ body {
10291033
cursor: pointer;
10301034
}
10311035

1032-
.Top-li i {
1033-
color: #acb7c3;
1034-
}
1035-
10361036
.Bottom-ul {
10371037
list-style-type: none;
10381038
display: flex;
@@ -1160,6 +1160,10 @@ body {
11601160
color: #505f79;
11611161
}
11621162

1163+
.Top-li i {
1164+
color: #acb7c3;
1165+
}
1166+
11631167
.About-me-icon i:hover {
11641168
color: red;
11651169
}
@@ -1187,10 +1191,6 @@ body {
11871191
cursor: pointer;
11881192
}
11891193

1190-
.Top-li i {
1191-
color: #acb7c3;
1192-
}
1193-
11941194
.Bottom-ul {
11951195
list-style-type: none;
11961196
display: flex;
@@ -1483,14 +1483,15 @@ body {
14831483
overflow: hidden;
14841484
transition: max-height 1s ease-in-out;
14851485
}
1486+
14861487
.My-Skills {
14871488
max-height: 0;
14881489
overflow: hidden;
14891490
transition: max-height 0.5s ease-in-out;
14901491
}
14911492

14921493
.Testopen {
1493-
max-height: 500px;
1494+
max-height: 500px;
14941495
height: auto;
14951496
transition: max-height 0.5s ease-in-out, height 0.5s ease-in-out;
1496-
}
1497+
}

0 commit comments

Comments
 (0)