26 lines
451 B
SCSS
26 lines
451 B
SCSS
footer{
|
|
background-color: #31353d;
|
|
|
|
|
|
.footer-copyright{
|
|
color: #ffffff;
|
|
font-size: .875rem;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.4375;
|
|
font-family: MerriweatherSans;
|
|
letter-spacing: 0px;
|
|
|
|
a{
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover{
|
|
color: #15c1c6;
|
|
transition: 0.3s;
|
|
}
|
|
}
|
|
|
|
}
|