Skip to content

Commit d3e1703

Browse files
Updated footer
1 parent ef9d4c5 commit d3e1703

File tree

3 files changed

+22
-32
lines changed

3 files changed

+22
-32
lines changed

src/styles/css/footer.css

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

src/styles/css/footer.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.

src/styles/scss/footer.scss

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,28 @@
2626

2727
.icons-container i {
2828
font-size: 1.7rem;
29+
color: $accent-color;
2930
transition: 0.3s ease-in-out;
3031
}
3132

3233
.icons-container a {
3334
text-decoration: none;
3435
}
3536

36-
.icons-container i:hover {
37-
transform: translateY(-2px);
38-
box-shadow: 1px 1px 6px gray;
39-
}
40-
41-
.github {
42-
color: black;
43-
background: $accent-color;
44-
line-height: 0.8;
37+
.github:hover {
38+
color: rgb(0, 0, 0);
39+
background: white;
40+
border-radius: 2px;
4541
}
4642

47-
.linkedin {
43+
.linkedin:hover {
4844
color: #0e76a8;
49-
line-height: 0.7;
50-
51-
background: $accent-color;
45+
background: white;
46+
border-radius: 2px;
5247
}
5348

54-
.portfolio {
55-
line-height: 0.7;
56-
49+
.portfolio:hover {
50+
background: white;
51+
border-radius: 2px;
5752
color: #00630a;
58-
background: $accent-color;
5953
}

0 commit comments

Comments
 (0)