minor details

This commit is contained in:
andres alcocer
2018-11-18 22:03:40 -05:00
parent 731af42186
commit 3192982638
11 changed files with 159 additions and 46 deletions

View File

@@ -13,6 +13,17 @@
&__copyright {
color: #fff;
font-size: 1.8rem;
}
// // }
&--link {
text-decoration: none;
color: #fff;
transition: all .3s;
}
&--link:hover {
color: orange;
}
}
}