ACE3/docs/src_old/scss/_footer.scss

14 lines
214 B
SCSS
Raw Normal View History

body > footer {
background-color: $oil;
padding: rem-calc(40) 0;
color: $aluminum;
p,h1,h2,h3,h4,h5,h6 {
color: inherit;
}
a {
color: lighten($primary-color, 10%);
}
}