Skip to content

Commit 85bc4d8

Browse files
committed
test style
test style
1 parent 7a36343 commit 85bc4d8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

style.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ h1 {
5050
color: inherit;
5151
}
5252
a:hover{
53+
transition: 0.5s;
54+
transition-timing-function: cubic-bezier(0, 1.05, 0.05, 0.97);
5355
color: $white;
54-
background-color: $blue;
56+
background-color: $darkGray;
5557
padding: 4px 10px 2px 2px;
5658
text-decoration: none;
5759
}
@@ -222,11 +224,11 @@ img {
222224
transition: 0.5s;
223225
transition-timing-function: cubic-bezier(0, 1.05, 0.05, 0.97);
224226
padding: 7px 20px 0px 5px;
225-
color: #fff;
226-
background-color: #333;
227+
color: $white;
228+
background-color: $darkerGray;
227229
}
228230
:hover::after{
229-
content: "_";
231+
content: "_";
230232
animation: bligbling 0.3s linear infinite;
231233
}
232234
}
@@ -330,6 +332,8 @@ footer {
330332
background-color: $darkGray;
331333
}
332334
.title:hover{
335+
transition: 0.5s;
336+
transition-timing-function: cubic-bezier(0, 1.05, 0.05, 0.97);
333337
color: $gray;
334338
background-color: $lightGray;
335339
}

0 commit comments

Comments
 (0)