first commit
This commit is contained in:
25
style/_footer.scss
Normal file
25
style/_footer.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user