Commit 7647753 1 parent 623c765 commit 7647753 Copy full SHA for 7647753
File tree 1 file changed +22
-21
lines changed
1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ body {
173
173
transition : font-size 0.3s ease-in-out;
174
174
}
175
175
176
- .header-menu a : hover {
176
+ .header-menu a : hover {
177
177
font-size : 20px ;
178
178
}
179
179
@@ -228,8 +228,12 @@ body {
228
228
display : inline-block;
229
229
}
230
230
231
+ .Icon a : hover {
232
+ color : red;
233
+ }
234
+
231
235
.headline h2 a : hover {
232
- color : # eb3a34 ;
236
+ color : # eb3a34 ;
233
237
}
234
238
235
239
.Icon {
@@ -241,10 +245,6 @@ body {
241
245
color : # 505f79 ;
242
246
list-style-type : none;
243
247
}
244
-
245
- .Icon a : hover {
246
- color : red;
247
- }
248
248
}
249
249
250
250
@media screen and (max-width : 767px ) {
@@ -286,16 +286,16 @@ body {
286
286
color : # 505f79 ;
287
287
}
288
288
289
- .Icon a : hover {
290
- color : red;
291
- }
292
-
293
289
.headline h2 a {
294
290
text-decoration : none;
295
291
}
296
292
293
+ .Icon a : hover {
294
+ color : red;
295
+ }
296
+
297
297
.headline h2 a : hover {
298
- color : # eb3a34 ;
298
+ color : # eb3a34 ;
299
299
}
300
300
301
301
.Icon {
@@ -999,6 +999,10 @@ body {
999
999
padding-bottom : 20px ;
1000
1000
}
1001
1001
1002
+ .Top-li i {
1003
+ color : # acb7c3 ;
1004
+ }
1005
+
1002
1006
.About-me-icon i {
1003
1007
color : # 505f79 ;
1004
1008
}
@@ -1029,10 +1033,6 @@ body {
1029
1033
cursor : pointer;
1030
1034
}
1031
1035
1032
- .Top-li i {
1033
- color : # acb7c3 ;
1034
- }
1035
-
1036
1036
.Bottom-ul {
1037
1037
list-style-type : none;
1038
1038
display : flex;
@@ -1160,6 +1160,10 @@ body {
1160
1160
color : # 505f79 ;
1161
1161
}
1162
1162
1163
+ .Top-li i {
1164
+ color : # acb7c3 ;
1165
+ }
1166
+
1163
1167
.About-me-icon i : hover {
1164
1168
color : red;
1165
1169
}
@@ -1187,10 +1191,6 @@ body {
1187
1191
cursor : pointer;
1188
1192
}
1189
1193
1190
- .Top-li i {
1191
- color : # acb7c3 ;
1192
- }
1193
-
1194
1194
.Bottom-ul {
1195
1195
list-style-type : none;
1196
1196
display : flex;
@@ -1483,14 +1483,15 @@ body {
1483
1483
overflow : hidden;
1484
1484
transition : max-height 1s ease-in-out;
1485
1485
}
1486
+
1486
1487
.My-Skills {
1487
1488
max-height : 0 ;
1488
1489
overflow : hidden;
1489
1490
transition : max-height 0.5s ease-in-out;
1490
1491
}
1491
1492
1492
1493
.Testopen {
1493
- max-height : 500px ;
1494
+ max-height : 500px ;
1494
1495
height : auto;
1495
1496
transition : max-height 0.5s ease-in-out, height 0.5s ease-in-out;
1496
- }
1497
+ }
You can’t perform that action at this time.
0 commit comments