17 lines
349 B
Text
17 lines
349 B
Text
.footer {
|
|
background: linear-gradient(0deg, var(--accent-colour), transparent) repeat-x;
|
|
flex: 0 0 auto;
|
|
text-align: center;
|
|
font-size: .9em;
|
|
line-height: 1.5em;
|
|
padding: 1em 0;
|
|
|
|
&__link {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|