File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 50
50
color : inherit ;
51
51
}
52
52
a :hover {
53
+ transition : 0.5s ;
54
+ transition-timing-function : cubic-bezier (0 , 1.05 , 0.05 , 0.97 );
53
55
color : $white ;
54
- background-color : $blue ;
56
+ background-color : $darkGray ;
55
57
padding : 4px 10px 2px 2px ;
56
58
text-decoration : none ;
57
59
}
@@ -222,11 +224,11 @@ img {
222
224
transition : 0.5s ;
223
225
transition-timing-function : cubic-bezier (0 , 1.05 , 0.05 , 0.97 );
224
226
padding : 7px 20px 0px 5px ;
225
- color : #fff ;
226
- background-color : #333 ;
227
+ color : $white ;
228
+ background-color : $darkerGray ;
227
229
}
228
230
:hover ::after {
229
- content : " _" ;
231
+ content : " _" ;
230
232
animation : bligbling 0.3s linear infinite ;
231
233
}
232
234
}
@@ -330,6 +332,8 @@ footer {
330
332
background-color : $darkGray ;
331
333
}
332
334
.title :hover {
335
+ transition : 0.5s ;
336
+ transition-timing-function : cubic-bezier (0 , 1.05 , 0.05 , 0.97 );
333
337
color : $gray ;
334
338
background-color : $lightGray ;
335
339
}
You can’t perform that action at this time.
0 commit comments