11 lines
155 B
SCSS
11 lines
155 B
SCSS
footer {
|
|
margin-top: 50px;
|
|
opacity: 0.8;
|
|
a[href] {
|
|
color: $font_color;
|
|
text-decoration: none;
|
|
&:hover {
|
|
color: $link_color;
|
|
}
|
|
}
|
|
}
|