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