mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
* fix tabs in xm157 * use rollup, remove grunt, fix scss build * add svg bundler. rework to use svg element instead of images
20 lines
234 B
SCSS
20 lines
234 B
SCSS
body > footer {
|
|
background-color: $oil;
|
|
padding: rem-calc(40) 0;
|
|
color: $iron;
|
|
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
color: inherit;
|
|
}
|
|
|
|
a {
|
|
color: $primary-color-lighter;
|
|
}
|
|
}
|