Skip to content

Commit 18274da

Browse files
committed
trasition change
1 parent 70decd2 commit 18274da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

css/style.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ a {
177177
.days-link {
178178
a {
179179
color: #0d5c30;
180-
transition: 0.5s;
180+
transition: color 0.5s, text-shadow 0.5s;
181181
&:hover {
182182
color: #17bf63;
183183
text-shadow: 0 0 40px #17bf63;
@@ -192,7 +192,7 @@ a {
192192
.projects-link {
193193
a {
194194
color: #23516e;
195-
transition: 0.5s;
195+
transition: color 0.5s, text-shadow 0.5s;
196196

197197
&:hover {
198198
color: #1da1f2;

0 commit comments

Comments
 (0)