ACE3/docs/src/scss/_footer.scss
Jo David 9641fe490b
Documentation - Improve svg handling (#9575)
* fix tabs in xm157

* use rollup, remove grunt, fix scss build

* add svg bundler. rework to use svg element instead of images
2023-10-24 14:04:58 +02:00

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;
}
}