Initial port
[editorial.git] / assets / main / sass / layout / _footer.scss
1 ///
2 /// Editorial by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Footer */
8
9 #footer {
10 .copyright {
11 color: _palette(fg-light);
12 font-size: 0.9em;
13
14 a {
15 color: inherit;
16 }
17 }
18 }