Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit fb9271c

Browse files
author
Yuma Soga
committed
Change footer social links not to decorate underline when hovering
1 parent f9001c3 commit fb9271c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
footer {
2+
.footer-social{
3+
.footer-social-icons {
4+
a {
5+
@include transition-all;
6+
&:hover {
7+
text-decoration: none;
8+
}
9+
}
10+
}
11+
}
12+
}

app/assets/stylesheets/bootstrap-creative/creative.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
@import "portfolio";
99
@import "animation";
1010
@import "about";
11+
@import "footer";
1112
@import "other-sections";

0 commit comments

Comments
 (0)